Search found 250 matches

by fightcancer
Wed Nov 20, 2024 10:10 pm
Forum: Technical / Scripting
Topic: how to check, if var passed by commandline to MSched exists
Replies: 3
Views: 4000

Re:

JRL wrote:
Tue Mar 27, 2007 1:15 pm
Check out the Assigned> function.
Thanks for this!
by fightcancer
Sat Nov 09, 2024 4:31 am
Forum: Technical / Scripting
Topic: iframes in IE
Replies: 0
Views: 206

iframes in IE

Where can I read more about iframes in an IE window please?
by fightcancer
Sat Nov 09, 2024 3:10 am
Forum: Scripts and Tips
Topic: Scripting for Iframes Using VBScript
Replies: 4
Views: 7620

Re: Scripting for Iframes Using VBScript

wood.john.david wrote:
Sat Mar 12, 2016 6:22 pm
Attached are some routines....
Where are the attachments please? I'm not seeing them.
by fightcancer
Tue Oct 08, 2024 8:52 pm
Forum: Technical / Scripting
Topic: XLRun
Replies: 2
Views: 537

Re: XLRun

I haven't. Good idea.
by fightcancer
Tue Oct 08, 2024 2:18 pm
Forum: Technical / Scripting
Topic: XLRun
Replies: 2
Views: 537

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.)
by fightcancer
Tue Oct 08, 2024 12:57 pm
Forum: Technical / Scripting
Topic: More Excel Trouble
Replies: 1
Views: 340

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...
by fightcancer
Tue Oct 08, 2024 2:58 am
Forum: Technical / Scripting
Topic: More Excel Trouble
Replies: 1
Views: 340

More Excel Trouble

XLBOOK=ERR

Code: Select all

Let>file=C:\AMD\test.xlsx
IfFileExists>%file%
  IfWindowOpen>test.xlsx - Excel
    XLGet>%file%,xlBook
    Mdl>xlBook
  EndIf
EndIf
Any suggestions?

The Excel file is brand new and completely blank.
Windows 10, updated Office 365, MS 15.0.25
by fightcancer
Tue Oct 08, 2024 2:56 am
Forum: Technical / Scripting
Topic: Run from Top Bug?
Replies: 5
Views: 1332

Re: Run from Top Bug?

What's the best way to get help with this issue?
by fightcancer
Mon Sep 23, 2024 4:17 am
Forum: Technical / Scripting
Topic: Run from Top Bug?
Replies: 5
Views: 1332

Re: Run from Top Bug?

Thanks. Any suggestions?
by fightcancer
Fri Sep 20, 2024 7:38 pm
Forum: Technical / Scripting
Topic: Run from Top Bug?
Replies: 5
Views: 1332

Re: Run from Top Bug?

Marcus Tettmar wrote:
Fri Sep 20, 2024 9:45 am
I can't replicate. Same macro, run from top always runs from top, no matter which line I have selected.
Huh.... I can duplicate this issue 100% of the time in 15.0.25 and 15.0.24. Any suggestions?

Anyone else have this issue?
by fightcancer
Wed Sep 18, 2024 2:37 pm
Forum: Technical / Scripting
Topic: Run from Top Bug?
Replies: 5
Views: 1332

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...
by fightcancer
Thu Mar 14, 2024 2:37 am
Forum: Technical / Scripting
Topic: Cannot Show Dialog DIALOG1. Not Found
Replies: 2
Views: 5649

Re: Cannot Show Dialog DIALOG1. Not Found

That fixed it. Thanks!
by fightcancer
Wed Mar 13, 2024 7:51 pm
Forum: Technical / Scripting
Topic: Cannot Show Dialog DIALOG1. Not Found
Replies: 2
Views: 5649

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.
by fightcancer
Thu Jan 18, 2024 6:05 pm
Forum: General Discussion
Topic: Unable to Search Website
Replies: 4
Views: 7133

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?
by fightcancer
Sun Nov 12, 2023 7:07 pm
Forum: General Discussion
Topic: Another Permissions Error
Replies: 3
Views: 14147

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...
Sign up to our newsletter for free automation tips, tricks & discounts