Search found 249 matches
- Sat Nov 09, 2024 4:31 am
- Forum: Technical / Scripting
- Topic: iframes in IE
- Replies: 0
- Views: 81
iframes in IE
Where can I read more about iframes in an IE window please?
- Sat Nov 09, 2024 3:10 am
- Forum: Scripts and Tips
- Topic: Scripting for Iframes Using VBScript
- Replies: 4
- Views: 7385
Re: Scripting for Iframes Using VBScript
Where are the attachments please? I'm not seeing them.
- Tue Oct 08, 2024 8:52 pm
- Forum: Technical / Scripting
- Topic: XLRun
- Replies: 2
- Views: 489
Re: XLRun
I haven't. Good idea.
- Tue Oct 08, 2024 2:18 pm
- Forum: Technical / Scripting
- Topic: XLRun
- Replies: 2
- Views: 489
XLRun
FYI, XLRun doesn't work as intended when there are spaces in the macro name.
Does Not Work:
XLRun>xlBook,Excel Addin Macros.xlam!test3
Does Work:
XLRun>xlBook,ExcelAddinMacros.xlam!test3
(This test used 2 different MS Excel Addin files with the filenames above.)
Does Not Work:
XLRun>xlBook,Excel Addin Macros.xlam!test3
Does Work:
XLRun>xlBook,ExcelAddinMacros.xlam!test3
(This test used 2 different MS Excel Addin files with the filenames above.)
- Tue Oct 08, 2024 12:57 pm
- Forum: Technical / Scripting
- Topic: More Excel Trouble
- Replies: 1
- Views: 302
Re: More Excel Trouble
An "Online Repair" of Office 365 (in Windows 10's Control Panel, Programs, Uninstall a program, Microsoft Office 365, Change) seems to have fixed it. I had previously tried "Quick Repair" which did not help. EDIT: After weeks of testing, an "Online Repair" of Office 365 doesn't help at all. The only...
- Tue Oct 08, 2024 2:58 am
- Forum: Technical / Scripting
- Topic: More Excel Trouble
- Replies: 1
- Views: 302
More Excel Trouble
XLBOOK=ERR
Any suggestions?
The Excel file is brand new and completely blank.
Windows 10, updated Office 365, MS 15.0.25
Code: Select all
Let>file=C:\AMD\test.xlsx
IfFileExists>%file%
IfWindowOpen>test.xlsx - Excel
XLGet>%file%,xlBook
Mdl>xlBook
EndIf
EndIf
The Excel file is brand new and completely blank.
Windows 10, updated Office 365, MS 15.0.25
- Tue Oct 08, 2024 2:56 am
- Forum: Technical / Scripting
- Topic: Run from Top Bug?
- Replies: 5
- Views: 1224
Re: Run from Top Bug?
What's the best way to get help with this issue?
- Mon Sep 23, 2024 4:17 am
- Forum: Technical / Scripting
- Topic: Run from Top Bug?
- Replies: 5
- Views: 1224
Re: Run from Top Bug?
Thanks. Any suggestions?
- Fri Sep 20, 2024 7:38 pm
- Forum: Technical / Scripting
- Topic: Run from Top Bug?
- Replies: 5
- Views: 1224
Re: Run from Top Bug?
Huh.... I can duplicate this issue 100% of the time in 15.0.25 and 15.0.24. Any suggestions?Marcus Tettmar wrote: ↑Fri Sep 20, 2024 9:45 amI can't replicate. Same macro, run from top always runs from top, no matter which line I have selected.
Anyone else have this issue?
- Wed Sep 18, 2024 2:37 pm
- Forum: Technical / Scripting
- Topic: Run from Top Bug?
- Replies: 5
- Views: 1224
Run from Top Bug?
MessageModal>1 Dialog>Dialog1 object Dialog1: TForm Left = 247 Top = 97 HelpContext = 5000 BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 211 ClientWidth = 476 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Ser...
- Thu Mar 14, 2024 2:37 am
- Forum: Technical / Scripting
- Topic: Cannot Show Dialog DIALOG1. Not Found
- Replies: 2
- Views: 5597
Re: Cannot Show Dialog DIALOG1. Not Found
That fixed it. Thanks!
- Wed Mar 13, 2024 7:51 pm
- Forum: Technical / Scripting
- Topic: Cannot Show Dialog DIALOG1. Not Found
- Replies: 2
- Views: 5597
Cannot Show Dialog DIALOG1. Not Found
After some vague Macro Scheduler divide by zero error, I get this error any time I run my macro. What's the fix please?
Error in : [macro]
Line 1495 - Cannot Show Dialog DIALOG1. Not Found
I can then click OK or Abort.
Error in : [macro]
Line 1495 - Cannot Show Dialog DIALOG1. Not Found
I can then click OK or Abort.
- Thu Jan 18, 2024 6:05 pm
- Forum: General Discussion
- Topic: Unable to Search Website
- Replies: 4
- Views: 7074
Unable to Search Website
When I use the Search feature at the top right of any page I get this error.
Unable to execute your query. Ensure that a valid subscription key has been set up for your instance.
Is the Search feature broken?
Unable to execute your query. Ensure that a valid subscription key has been set up for your instance.
Is the Search feature broken?
- Sun Nov 12, 2023 7:07 pm
- Forum: General Discussion
- Topic: Another Permissions Error
- Replies: 3
- Views: 14102
Re: Another Permissions Error
What happens after a full restart and using a different hot key, such as ctrl + alt + r. Ctrl r is likely used by something else. No change after a restart. I don't know how to use a different hotkey without opening the macro in MS15, and I can't open or edit the macro in question through MS15. I g...
- Thu Nov 09, 2023 5:18 pm
- Forum: General Discussion
- Topic: Another Permissions Error
- Replies: 3
- Views: 14102
Another Permissions Error
When I use the hotkey to start a macro I get the error, "Hotkey script is in use - cannot run" So I can't use hotkey to start the macro. However, I can immediately run the macro from the MS15 window with Ctrl + R, or by clicking Run. I can't open or edit the macro in question through MS15. I get the...