View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default modifying a macro with a macro

"davegb" wrote in message
What I'm hearing, without anyone saying so in so many
words, is that I can't modify a macro from a macro. Is that correct?


That is incorrect. You can use a macro to modify a macro, using VBA's
Extensibility library. See www.cpearson.com/excel/vbe.htm


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"davegb" wrote in message
ps.com...
I asked about this in a previous thread, and got some good references
to look at. What I'm hearing, without anyone saying so in so many
words, is that I can't modify a macro from a macro. Is that correct?