Search found 260 matches
- Tue Feb 18, 2025 11:13 pm
- Forum: Technical / Scripting
- Topic: Macros Gone
- Replies: 7
- Views: 7981
Re: Macros Gone
Same issue with MS 15.0.25. My PC just crashed and now all my MS macros are gone. I have to import and assign KB shortcuts one by one. Is there any way to backup some setting in MS so when a PC crashes I don't lose all my macros? PLEASE fix this issue! I don't know of any other software in the world...
- Tue Feb 11, 2025 6:08 am
- Forum: Technical / Scripting
- Topic: Search or Find Files
- Replies: 2
- Views: 1046
Re: Search or Find Files
Thanks!
- Sat Feb 08, 2025 6:32 am
- Forum: Technical / Scripting
- Topic: Search or Find Files
- Replies: 2
- Views: 1046
Search or Find Files
Does MS have any functionality to find files on a drive please?
Thanks.
Thanks.
- Mon Nov 25, 2024 3:09 pm
- Forum: Technical / Scripting
- Topic: Finding an Element in Chrome
- Replies: 5
- Views: 4663
Re: Finding an Element in Chrome
I'm so glad it's over! Ty for the good support--especially on a weekend!
- Mon Nov 25, 2024 5:49 am
- Forum: Technical / Scripting
- Topic: Finding an Element in Chrome
- Replies: 5
- Views: 4663
Re: Finding an Element in Chrome
Hopefully someone can learn from my mistakes and maybe make use of these SRTs, or offer some tips on my code. SRT>SwitchFrames /* Switch to the frame specified when calling this SRT. Then check the result to make sure it was successful. REQUIRED When calling this SRT, specify both 1) the frame to sw...
- Mon Nov 25, 2024 5:47 am
- Forum: Technical / Scripting
- Topic: Finding an Element in Chrome
- Replies: 5
- Views: 4663
Re: Finding an Element in Chrome
SRT to search through any number of frames. SRT>SearchFrames /* Search through frame indeces for a particular element. REQUIRED: When calling this SRT, specify: 1) the number of indices to search. 2) the tag type, e.g. INPUT. 3) the attribute type, e.g. id. 4) the attribute value, e.g. 432. 5) wheth...
- Mon Nov 25, 2024 5:44 am
- Forum: Technical / Scripting
- Topic: Finding an Element in Chrome
- Replies: 5
- Views: 4663
Finding an Element in Chrome
Many of you probably figured out in a couple minutes what took me the entire weekend. For the rest, here's how I wasted 2 full days trying to find a single element. https://i.ibb.co/7XJRhqT/table.jpg I was looking for the element, "CompExports", in Google Chrome. The HTML from Dev Tools is below. (D...
- Sun Nov 24, 2024 7:30 am
- Forum: Technical / Scripting
- Topic: ChromeFindElements & ChromeGetElementData
- Replies: 6
- Views: 10262
Re: ChromeFindElements & ChromeGetElementData
There's an undocumented feature (will update docs now) that lets you specify any html attribute, so we could query the innerHTML, or even get the outerHTML:https://www.w3schools.com/jsref/prop_html_innerhtml.asp https://www.w3schools.com/jsref/prop_html_outerhtml.asp Where can I see a list of what ...
- Fri Nov 22, 2024 7:06 pm
- Forum: Technical / Scripting
- Topic: Chrome and ChromeDriver.exe Version Mismatch
- Replies: 2
- Views: 3382
- Fri Nov 22, 2024 4:58 pm
- Forum: Technical / Scripting
- Topic: Chrome and ChromeDriver.exe Version Mismatch
- Replies: 2
- Views: 3382
Chrome and ChromeDriver.exe Version Mismatch
It looks like the newest stable release of Google Chrome is v. 131.0.6778.86. However, there is no such version for ChromeDriver.exe on their site. There is a v. 131.0.6778.85 though.
https://googlechromelabs.github.io/chrome-for-testing/
Is that a problem for Chrome Functions?
Thanks.
https://googlechromelabs.github.io/chrome-for-testing/
Is that a problem for Chrome Functions?
Thanks.
- 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: 9114
- Sat Nov 09, 2024 4:31 am
- Forum: Technical / Scripting
- Topic: iframes in IE
- Replies: 0
- Views: 6873
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: 23687
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: 4550
Re: XLRun
I haven't. Good idea.
- Tue Oct 08, 2024 2:18 pm
- Forum: Technical / Scripting
- Topic: XLRun
- Replies: 2
- Views: 4550
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.)