Didn't one of Microsoft's security 'fixes' disable VBS?
Not that I know of but I don't follow "security news" all that closely. But
if scripting were disabled why not disable all executables? Oh wait, then
computers wouldn't do anything. I guess we have to trust something.
--
Jim Rech
Excel MVP
| On Thu, 8 Jul 2004 07:14:21 -0400, "Jim Rech" <
[email protected]>
| wrote:
|
| >You can do what you want from a VBS script. Create a text file on your
| >desktop with a name like OpenMySheet.VBS with contents like this:
| >
| >Dim XL
| >Set XL = CreateObject("Excel.Application")
| >Set WB = XL.Workbooks.Open("c:\Book1.xls")
| >WB.Worksheets("MySheet").Activate
| >XL.Visible = True
|
|
| That's an excellent solution!
|
| ...Didn't one of Microsoft's security 'fixes' disable VBS? Or was it
| WSH? I can't keep track of their kite string and bubble gum fixes
| anymore...
|
|
| Mike Argy
| Custom Office Solutions
| and Windows/UNIX applications
|
| Please post on-topic responses to the newsgroup
|
| To e-mail me, remove nospam from the address in the headers