Looking for a convenient source of VBA expressions
The macro recorder is good. Then in the recorded code, highlight the
command of interest and hit F1.
--
Regards,
Tom Ogilvy
"KG" wrote in message
...
I find Excel's built-iin VBA help menue rather difficult to work with. Is
there an alternative, external source for finding VBA expressions, e.g.:
DrawingObjects:=False, _
Contents:=True, Scenarios:=True, AllowFiltering:=True, _
AllowUsingPivotTables:=True, UserInterfaceOnly:=True, _
AllowFormattingCells:=True, AllowFormattingRows:=True
|