Hi,
Is it possible to run MS from a USB stick, i think I remember in nthe distant past that it was possible!.
Thx,
John
Search found 50 matches
- Wed Jun 25, 2014 4:21 pm
- Forum: Beginners
- Topic: another excel time question
- Replies: 7
- Views: 8071
Re: another excel time question
Hi,
Thanks for the code. I am getting a type mismatch for 'FormatDateTime', any ideas?
Thx,
John
Thanks for the code. I am getting a type mismatch for 'FormatDateTime', any ideas?
Thx,
John
- Wed Jun 25, 2014 2:22 pm
- Forum: Beginners
- Topic: another excel time question
- Replies: 7
- Views: 8071
Re: another excel time question
Hi,
Thx for the reply, all I need is the macro to loop through D7:D30, would the code be different as I am getting a few errors at the moment?.
Thx,
John
Thx for the reply, all I need is the macro to loop through D7:D30, would the code be different as I am getting a few errors at the moment?.
Thx,
John
- Wed Jun 25, 2014 2:20 pm
- Forum: Beginners
- Topic: copy and paste problem
- Replies: 5
- Views: 6702
Re: copy and paste problem
Hi Guys,
I have re-installed MS and it is now working fine, thanks for all your suggestions.
Thx,
John
I have re-installed MS and it is now working fine, thanks for all your suggestions.
Thx,
John
- Mon Jun 23, 2014 12:50 pm
- Forum: Beginners
- Topic: copy and paste problem
- Replies: 5
- Views: 6702
Re: copy and paste problem
Hi,
I have tried copying and pasting using
ctrl C and V as well as the normal copy and paste. I've tried copying from any other software to MS but it doesn't do it. If I copy and paste to anotherprogram it works fine!!.
Thx,
John
I have tried copying and pasting using
ctrl C and V as well as the normal copy and paste. I've tried copying from any other software to MS but it doesn't do it. If I copy and paste to anotherprogram it works fine!!.
Thx,
John
- Mon Jun 23, 2014 12:25 pm
- Forum: Beginners
- Topic: copy and paste problem
- Replies: 5
- Views: 6702
copy and paste problem
Hi,
I'm trying to copy and paste to the editor but it doesn't seem to work. I select what I want to paste, go into the editor and paste but nothing appears. Can anybody advise??. I'm on windows 8.1
Thx,
John
I'm trying to copy and paste to the editor but it doesn't seem to work. I select what I want to paste, go into the editor and paste but nothing appears. Can anybody advise??. I'm on windows 8.1
Thx,
John
- Tue Jun 10, 2014 6:43 pm
- Forum: Beginners
- Topic: another excel time question
- Replies: 7
- Views: 8071
another excel time question
Hi,
Is it possible to take a time in a cell (00:02:30) for instance and change it to 2mins 30secs in a macro?
Also, is it possible to blank a cell where the time is 00:00:00?
Thx,
John
Is it possible to take a time in a cell (00:02:30) for instance and change it to 2mins 30secs in a macro?
Also, is it possible to blank a cell where the time is 00:00:00?
Thx,
John
- Wed Feb 01, 2012 12:14 pm
- Forum: General Discussion
- Topic: personal.xls
- Replies: 4
- Views: 12979
Having spent some time googling this I don't think personal.xls is opened by default when Excel is instantiated as COM object. Try opening personal.xls as well, e.g.: VBRun>OpenAndRun,C:\Users\User\AppData\Roaming\Microsoft\Excel\XLSTART\personal.xlsb,TestMacro But I guess you might actually need t...
- Tue Jan 31, 2012 3:38 pm
- Forum: General Discussion
- Topic: personal.xls
- Replies: 4
- Views: 12979
Try specifying the following for the macro name: PERSONAL.XLS!Name of your Macro here Hi Marcus, the code is below: BSTART Sub OpenAndRun(xlFileName, MacroName) Set xlApp = CreateObject("Excel.Application") xlApp.visible = true Set xlBook = xlApp.WorkBooks.Open(xlFileName) xlApp.Run(MacroName) End ...
- Tue Jan 31, 2012 10:31 am
- Forum: General Discussion
- Topic: personal.xls
- Replies: 4
- Views: 12979
personal.xls
Hi,
I have a macro saved to personal.xls but when I try to run it via a scheduler it says that the macro can't be found. Is there a problem with running macros in personal.xls?.
Thx,
John
I have a macro saved to personal.xls but when I try to run it via a scheduler it says that the macro can't be found. Is there a problem with running macros in personal.xls?.
Thx,
John
- Thu Apr 28, 2011 8:57 am
- Forum: Technical / Scripting
- Topic: script encryption
- Replies: 5
- Views: 6708
script encryption
Hi,
I've just encrypted a macro to see what it looked like. I then unticked the encrypt box but the script still looks encrypted. Any ideas?
Regards,
John
I've just encrypted a macro to see what it looked like. I then unticked the encrypt box but the script still looks encrypted. Any ideas?
Regards,
John
- Thu Feb 10, 2011 1:52 pm
- Forum: Beginners
- Topic: Webrecorder
- Replies: 5
- Views: 7390
- Thu Feb 10, 2011 1:29 pm
- Forum: Beginners
- Topic: Webrecorder
- Replies: 5
- Views: 7390
Yes it is possible. Use the ReadIniFile command to read the variable from the INI file. Replace the literal used in your WebRecorder code with the name of the variable. I have this at the beginning of the script: ReadIniFile>z:\websites login.ini,url,parm1,StrName Let>username=StrName THis is what ...
- Thu Feb 10, 2011 11:52 am
- Forum: Beginners
- Topic: Webrecorder
- Replies: 5
- Views: 7390
Webrecorder
Hi,
I'm trying to insert a username as a variable into a webrecorder script but I can't get it to work, is this possible. The script works already but I would like the option of changing login details via an ini file?.
Thx,
John
I'm trying to insert a username as a variable into a webrecorder script but I can't get it to work, is this possible. The script works already but I would like the option of changing login details via an ini file?.
Thx,
John