Corey Cooper
CoreyC at NSInnovativeDesign dot com (remove NS)
Thanks for posting in the community.
From your description, I understand that you have problem to assign a key
to a VS.NET IDE's Macro
Please correct me if there is any misunderstand.
>In the Macro explorer it's listed as MyMacros:Module1.
Do you mean your downloaded macros have been listed within the
MyMacros/Module1 node?
If so, I can easily find them in the list of
Tools/Options/Environment/Keyboard.
If it is not your case, how about paste those macros into the
MyMacros/Module1 file or directly create a new macro module and paste them
in?
Thanks!
Best regards,
Gary Chang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
"Gary Chang" <v-ga...@online.microsoft.com> wrote in message
news:5V07cNr...@cpmsftngxa07.phx.gbl...
>If it is not your case, how about paste those macros into the
>MyMacros/Module1 file.
I mean open the MyMacros/Module1in the VS.NET IDE, then directly post the
macros into it.
That's how I got them there in the first place. They are in the text file
CCVBScript.vbs because I pasted them in. The format was correct enough for
the module to be name Module1, but the macros in the file are not
recognized.
c.
"Gary Chang" <v-ga...@online.microsoft.com> wrote in message
news:bv6itrr9...@cpmsftngxa07.phx.gbl...
I quote from CodeProject, Parenthetical comments added by me.
In VS Macro Explorer select the macro you you wish to add this module to
Select "New Module..." from the context menu
Type in FindFunction (or the module name you want to create)
Now edit the module and paste the macro functions inside
Public Module FindFunction
End Module
The functions should then be available in the Customize Keyboard list
"Corey Cooper" <Cor...@InnovativeDesign.com> wrote in message
news:uMseUgm9...@TK2MSFTNGP10.phx.gbl...
Thanks for your quickly reply!
>That's how I got them there in the first place. They are in the text file
>CCVBScript.vbs because I pasted them in. The format was correct enough for
>the module to be name Module1, but the macros in the file are not
>recognized.
Does it mean you directly paste them in the "MyMacros - Microsoft Visual
Studio Macros [design] - Module1" sub IDE's text editor, then save it?
How about the CCVBScript.vbs file, does your VS.NET IDE has some
configuration which relates itself to it?
Does the Macro work as I described?
If the problem still persists, please free to reply this message.