whiteghost
Well-known Member
- Joined
- Nov 22, 2002
- Messages
- 500
Nate, surely thaqt is for the prospective employer to make that descion at the interview stage?
you said:Please Note: Excel office jockey’s need not apply. The tools you will be enhancing require you to have excellent coding practices and development procedures that will not be gained by creating macros via the macro recorder.
Norie said:By the way what's an 'Office Jockey'
Sub MeaningOfJockey()
With [A1:I1]
.FormulaArray = "=CHAR({103,105,100,100,121,32,117,112,33})"
.ColumnWidth = 3
.HorizontalAlignment = xlHAlignCenter
End With
End Sub