Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For WSH, you need to cretae a WSH object
Set WSH = CreateObject("WScript.Shell") and then precede your WSH object and methods with WSH, like so Select Case WSH.Popup("Please wait", cTime, "Hint", vbOKCancel) VBScript is so VBAish, that you could probably use as is. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Naived Merchant" wrote in message om... I want to include a wsh or vbs script code in a macro so that it runs at the button onclick event. How do I include the script. TIA NM |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to generate a text file from Excel using a macro or script? | Excel Discussion (Misc queries) | |||
How to generate a text file from Excel using a macro or script? | Excel Discussion (Misc queries) | |||
How do I set up a macro to excel that include the e-mail address | Excel Discussion (Misc queries) | |||
Excel 2000/XP script to Excel97 script | Excel Programming |