+ Reply to Thread
Results 1 to 8 of 8

Add "about:blank" to trusted sites via VBa

  1. #1
    Forum Expert JasperD's Avatar
    Join Date
    05-07-2013
    Location
    Netherlands
    MS-Off Ver
    Excel 2016
    Posts
    1,393

    Add "about:blank" to trusted sites via VBa

    Hi VBA gurus,

    is it possible to add "about:blank" to IE's trusted sites via VBA?
    Thanks,

    Jasper

  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Re: Add "about:blank" to trusted sites via VBa

    Good evening JasperD

    Yes, it's possible. But you're going to have to do a bit of work around it.

    You will need to do some tinkering with Explorer - set about:blank as a trusted site and then open your registry and do a search for about:blank to see what entries it creates. The trusted sites are all stored in the registry.

    It'll be somewhere around here :
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\EscDomains

    Once you know what entries need generating then you're home and dry. It won't be that hard to set those up through VBA.

    If you want the easy way out, you could always try using SendKeys, but that's a bit flaky and can't always be trusted.

    HTH

    DominicB

  3. #3
    Forum Expert JasperD's Avatar
    Join Date
    05-07-2013
    Location
    Netherlands
    MS-Off Ver
    Excel 2016
    Posts
    1,393

    Re: Add "about:blank" to trusted sites via VBa

    Hi Dominic,

    thanks so much for your reply - I figured I had to do it through registry manipulation.
    I use it to store values into the clipboard in VBScript and since VBScript doesn't have direct access to the clipboard, I needed to use a workaround by going through an IE object.
    Turns out that IE delays the process by so much that parallel VBScript gets to be slower than serialized VBA, so I kept it within VBA.

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,249

    Re: Add "about:blank" to trusted sites via VBa

    Can't you just write to and read from a text file?


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  5. #5
    Forum Expert JasperD's Avatar
    Join Date
    05-07-2013
    Location
    Netherlands
    MS-Off Ver
    Excel 2016
    Posts
    1,393

    Re: Add "about:blank" to trusted sites via VBa

    Hi TMS,

    thanks for your interest & reply!
    I guess I could, but this is related to my topic : http://www.excelforum.com/excel-prog...each-time.html

    Would writing it to a textfile and then get the results in excel from there be
    a) quicker than putting the results into the excel sheet directly
    b) fail less often?

    Also, how would I identify when all hundreds of text files have been written to disk so I can tell VBA to go ahead and pull the content?

    Thanks for any help provided!

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,249

    Re: Add "about:blank" to trusted sites via VBa

    Ah, hadn't realised . Well, clearly you have considered a text file approach.

    I was thinking in terms of a 'normal' clipboard entry which is simply the last thing you copied, or wrote, to it. If there need to be multiple entries, perhaps date and time stamping, and possibly using some sort of application and/or session identifier would help you to group and process the data. That would also provide a mechanism for deleting and/or archiving old entries.

    Just food for thought as I'm not 100% sure how it would be implemented.

    Regards, TMS

    PS: thanks for the rep

  7. #7
    Forum Expert JasperD's Avatar
    Join Date
    05-07-2013
    Location
    Netherlands
    MS-Off Ver
    Excel 2016
    Posts
    1,393

    Re: Add "about:blank" to trusted sites via VBa

    To be honest, the data gets disposed of as soon as I pasted it into my sheet - so the text files don't need any specific identifiers (I could identify by putting the product code into the file name written for example).
    My questions are genuine - would writing it to disk be faster and less error prone?

  8. #8
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,249

    Re: Add "about:blank" to trusted sites via VBa

    And maybe my reply was naive and simplistic. As I said, just food for thought. My assumption was that the VBScript, or the Clipboard, had some character limitation ... and it seems that it may be limited by RAM/Virtual Memory (http://www.ehow.com/how_7808949_incr...clipboard.html).

    Another thought is that maybe there are some special characters in your data that terminate the copy to the clipboard.

    That said, it's all hypothetical and I am not in a position to test the theory.

    Sorry.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Keeping particular cell blank if the related cells show "0" or "blank"
    By Anuru in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-24-2014, 05:30 AM
  2. Replies: 8
    Last Post: 12-31-2012, 05:19 PM
  3. Replies: 3
    Last Post: 02-16-2011, 02:55 PM
  4. Pop up saying the document Workspace is not in Trusted Sites
    By bherbert in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-20-2010, 10:50 AM
  5. Replies: 3
    Last Post: 12-14-2006, 01:36 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1