Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Where can I go to find free novice Macro help?
My initial issue - Scan statmnts in wrkbk, Stop on selcted ones, (for further processing); xxx xxx xxx xxx Me xxx xxx xxx xxx xxx xxx xxx and so on ... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub ABC()
Dim rng as Range set rng = cells.find("Me") if not rng is nothing then rng.Select else msgbox "Me not found" End if End if David McRitchie's list of links to Excel and VBA tutorials. (VBA tutorials after the excel tutorials) -- Regards, Tom Ogilvy "B. " wrote in message ... Where can I go to find free novice Macro help? My initial issue - Scan statmnts in wrkbk, Stop on selcted ones, (for further processing); xxx xxx xxx xxx Me xxx xxx xxx xxx xxx xxx xxx and so on ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
weird saving of a document with macros resulting with macros being transfered to the copy | Excel Programming | |||
Macros inside macros, and pasting into macro code. | Excel Programming | |||
convert lotus 123w macros to excel macros | Excel Programming | |||
convert lotus 123w macros to excel macros | Excel Programming | |||
Macro Size Limit / open macros with macros? | Excel Programming |