View Macro Code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have recorded a macro where i insert a picture. When i look at the code it
is in VB but I would like to view it in VC++. Is there any way to achieve
this?

Thanks In Advance
Macca
 
To be precise, it creates VB code, but that code will be heavily Excel
object model oriented (using Workbooks, Ranges, etc.). I don't know VC++ but
it seems very similar, so you should be able to adapt, but remember to use
the application qualifier.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top