automation macro

J

J.S

Hello,

I'm new in excel programming and I need some help,

I'm using office 2K

I open an excel file and I've my excel object now I want to record in a
macro all the user action in a program without using menu
Tools->macro->Record
I want to did it automaticly


Thanks for help
 
J

J.S

Thanks for your help,

I try your solution but I need some help for using the method
Application.RecordMacro I didn't understand in the msdn help and I try like
that:

1. string s;
MyApplicationObject.RecordMacro(s,null);
I don't receive an error but nothing is returned in s.

2 . How can I stop the recording???

Thanks.



Nigel said:
Personally not used our fully investigated but have a look at this method
for the application object

Application.RecordMacro







----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
 

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

Top