|
-
Jul 19th, 2007, 11:54 AM
#1
Thread Starter
Member
Vb Macro???
Hello everyone
i'm not a big adept of the macro in vb but i use it grequently in Excel
what can wedo with it in visual studio
that's not a stupid question because till now i have tried to make a macro that open a file , but ne code was writen
thank you
-
Jul 19th, 2007, 12:00 PM
#2
Re: Vb Macro???
Macros help you automate repetitive tasks in Visual Studio. If you find yourself, for example, doing the same keystrokes over and over, you can create a macro and automate your tasks.
All kinds of good stuff here:
http://msdn2.microsoft.com/en-us/lib...67(VS.80).aspx
-
Jul 19th, 2007, 04:36 PM
#3
Re: Vb Macro???
 Originally Posted by saadmechiche
Hello everyone
i'm not a big adept of the macro in vb but i use it grequently in Excel
what can wedo with it in visual studio
that's not a stupid question because till now i have tried to make a macro that open a file , but ne code was writen
thank you
No code will be written, but the macro will be recorded, and it can be played back.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|