Would it be easier to read the bookmarks file in the firefox directory? It's an html file so I don't know how if you can read that from vbscript and then...
... Brad, Thank you again for providing so many new ideas! I thought that the same macro could also serve as a routine for inserting text segments into a file....
In my previous message , I asked Brad if it were possible to replace the comma with some other less frequent sign. I tried the tilde, and it worked. However, I...
Sorry for the tedious repetition. I believe that the only way to resolve the problem with the insertion of punctuation and formatting is to use the sendKeys...
... Thanks. Perhaps this has solved the routine for Iexplorer. Below is the current version. I have embedded it, BTW, into Brad's new macro which I have ...
Well, as if my head isn't already spinning enough with this macro stuff, here's version 3! :-) Thanks to Itamar for pointing out that version 2 didn't refresh ...
... Sweet!! ... Thanks for the kind words, Brad. I'm just loving that it's working so well for you and everybody else. My head's spinning with the problem of...
... the ... You definitely can do this... I've done it before as a proof of concept, but I can't locate my example or I'd paste it in here. It's just a matter...
... Ahh ... But HTML is just XML. I've posted an example of how to parse some XML in my Weather.wsrMac Macro of the day a couple weeks ago. See here:...
... Yep. Looks like a bug... Sorry. I'll log it for a future release to be fixed. -- Rob Chambers [MSFT] http://blogs.msdn.com/robch/default.aspx Windows...
I have reloaded Rob's classical Symbol_that, as I have added at his suggestion his routines for adding apostrophe and apostrope S to extant text. Itamar...
... A great macro indeed. Two questions: [1] Would you integrate the procedure for Iexplorer? I believe it is now working. [2] Any objections to integrating...
Thanks Itamar. To answer your questions as best I can: 1. Now that Bill has helped out with the {ALT}d for IE, I believe we can easily integrate it into IE as...
... Awesome, Nathaniel! I love seeing this working with ActivePerl. You're right. VBScript doesn't support calling DLLs directly in the same way VB and VBA do....
... Looking forward to it! ... I don't use Access at all. I simply thought your macro + the idea of an external TXT file could better solve handling various...
Itamar, If all you are concerned about is using the tilde symbol in URLs and are having difficulties encoding it in your macros, one possible workaround that I...
... Something like this in the last function: Set InFile = fso.OpenTextFile(strFilename, ForReading) strSep = InFile.ReadLine Do Until InFile.AtEndOfStream ...
... << .. >> Hi Rob; Thanks for the F/U. It is the down arrow that shares the same "button" with [History], found here: Favorites Center --> [History] ===(IE7)...
Not just my idea, but I feel like maybe there should be some category folders for macros. E.G.: * - Desktop Macros * - Explorer/Document/Folder Manipulation...
... Bill, Indeed it looks as if we will soon have to categorize the library. Perhaps too many categories are not practical, but at least we can start with...
What about a single "index document" that contains links to and descriptions of all macros? It would have to be maintained daily though... I guess everyone...
I suggest it would be most helpful to generate several categories at the start, as opposed to two very broad categories. If you are overwhelmed searching...
Its funny, I actually pulled the XSD from the DLL last week or so. I guess I should have looked at it a little bit more closely.... ... In order to get most...
In May 2006, Rob posted a file called "train from selection" which allowed us to select some text from other sources and put it into a training text." I tried...
I added a few things to the Skype macro. You can now say Answer Skype Call, or End Skype Call. Also the macro will now turn off Speech Recognition using...