View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Sal[_4_] Sal[_4_] is offline
external usenet poster
 
Posts: 2
Default Record Macro - Record custom user actions

After further research, i realized it can in fact be done without using
'VBIDE' & 'VBProject.VBComponents'.

The built in excel VBA command is 'Application.RecordMacro([code to
record])'.

See Excel VBA help for 'Application.RecordMacro' for more info.
thankyou to me!