Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nested AND OR expressions | Excel Discussion (Misc queries) | |||
Get rid of with regular expressions | Excel Discussion (Misc queries) | |||
DSUM Not Very Convenient | Excel Worksheet Functions | |||
Is there a convenient way to represent latitude/longitude | Excel Discussion (Misc queries) | |||
Regular Expressions in VBA? | Excel Programming |