How Do I Hide Fullscreen Toolbar W/ VBA?
Results 1 to 9 of 9

Thread: How Do I Hide Fullscreen Toolbar W/ VBA?

  1. #1
    Member
    Join Date
    Aug 2010
    Posts
    48

    How Do I Hide Fullscreen Toolbar W/ VBA?

    While in full screen in Word 2003, the full screen toolbar pops up and is always visible. Its annoying. Is there a code to hide it with VBA?

    I found the following code. I dont know ANYTHING about VBA. But could it be used since it relates to what I need? I'm not sure. How can the code be tweaked to automatically execute upon opening Word? Maybe use Autoexec? Please help me guys with step by step guidance. Thanks!

    Sub FullScreen()
    ActiveWindow.View.FullScreen = True
    CommandBars("Full Screen").Visible = False
    End Sub

  2. #2
    Registered User Ferrit's Avatar
    Join Date
    Apr 2001
    Location
    Vancouver Island The Real Canada
    Posts
    4,952
    What microsoft didnt answer?
    Gigabyte 990FXA-UD3
    AMD FX 8350 4ghz OCTO-Core
    Windows 8.1 PRO 64
    Adata 256 gig SSD
    Kingston HyperX 1600 16 Gigs
    Sapphire R9 280 2gig
    Enermax Liberty Modular 620
    www.northernaurora.net
    http://www.northernaurora.net/page/chat.html

  3. #3
    Member
    Join Date
    Aug 2010
    Posts
    48
    Quote Originally Posted by Ferrit View Post
    What microsoft didnt answer?
    i dont understand yor statemrent.

  4. #4
    Registered User Ferrit's Avatar
    Join Date
    Apr 2001
    Location
    Vancouver Island The Real Canada
    Posts
    4,952
    Quote Originally Posted by shark View Post
    i dont understand yor statemrent.
    I believe this has all been dealt with in another thread
    Gigabyte 990FXA-UD3
    AMD FX 8350 4ghz OCTO-Core
    Windows 8.1 PRO 64
    Adata 256 gig SSD
    Kingston HyperX 1600 16 Gigs
    Sapphire R9 280 2gig
    Enermax Liberty Modular 620
    www.northernaurora.net
    http://www.northernaurora.net/page/chat.html

  5. #5
    Member
    Join Date
    Aug 2010
    Posts
    48
    Quote Originally Posted by Ferrit View Post
    I believe this has all been dealt with in another thread
    I did a search of this very topic and didnt find anything on the subject.
    ...

  6. #6
    Registered User CeeBee's Avatar
    Join Date
    Nov 2002
    Location
    USA
    Posts
    2,494
    Quote Originally Posted by shark View Post
    How can the code be tweaked to automatically execute upon opening Word? Maybe use Autoexec? Please help me guys with step by step guidance. Thanks!
    Can't be done automatically.
    Protected by Glock. Don't mess with me!

  7. #7
    Member
    Join Date
    Aug 2010
    Posts
    48
    Quote Originally Posted by CeeBee View Post
    Can't be done automatically.
    Actually, youre COMPLETELY wrong. I got the code from a guy from the microsoft office forum. He used the Autoexec command in VBA. It works now!!!

  8. #8
    Registered User CeeBee's Avatar
    Join Date
    Nov 2002
    Location
    USA
    Posts
    2,494
    Quote Originally Posted by shark View Post
    Actually, youre COMPLETELY wrong. I got the code from a guy from the microsoft office forum. He used the Autoexec command in VBA. It works now!!!
    Right, autoexec executes VBA scripts natively and knows exactly what application you are targeting without even specifying it just by learning your thoughts from the reboot pattern. Should have thought of that...
    Protected by Glock. Don't mess with me!

  9. #9
    Member
    Join Date
    Aug 2010
    Posts
    48
    Quote Originally Posted by CeeBee View Post
    Right, autoexec executes VBA scripts natively and knows exactly what application you are targeting without even specifying it just by learning your thoughts from the reboot pattern. Should have thought of that...
    No problem.

    ...

Similar Threads

  1. Badly need help with a trojan - Downloader.lop
    By immense7 in forum Spyware & Antivirus - Security
    Replies: 41
    Last Post: May 6th, 2010, 08:51 PM
  2. critical system error
    By ref123 in forum Spyware & Antivirus - Security
    Replies: 16
    Last Post: November 15th, 2006, 12:07 PM
  3. explorer.exe CPU usage headache
    By jtucc17 in forum Windows XP
    Replies: 1
    Last Post: February 13th, 2006, 09:10 AM
  4. DOWNLOAD: Google Toolbar v3.0.123.2
    By TechZ in forum Other Software Applications
    Replies: 7
    Last Post: May 19th, 2005, 07:05 AM
  5. DOWNLOAD: Remove Toolbar Buddy 4.0
    By TechZ in forum Other Software Applications
    Replies: 0
    Last Post: December 4th, 2004, 12:36 AM

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
  •