Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Enlarge a linked window using VBA

I use the following code to open a Google Search window and place text ready for a search, but the window is minimized. I would like for it to open maximized. Can you offer a suggestion? Thanks.

If Range("F338").Value = Range("X340").Value Then
Dim Info As String
Dim FullURL As String
Info = Range("H337").Value & " smtp settings"
FullURL = "https://google.com/webhp?q=" & Info
ActiveWorkbook.FollowHyperlink Address:=FullURL
NewWindow = True
End If
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Any Way to Enlarge the Tabs? Lauranator Excel Discussion (Misc queries) 1 October 21st 09 07:53 PM
How do you enlarge a cell AllAmericanBear Excel Programming 3 June 12th 09 10:54 AM
enlarge name box Miri Excel Discussion (Misc queries) 1 January 16th 07 02:21 PM
The window opens in a smaller window not full sized window. Rachael Excel Discussion (Misc queries) 0 November 7th 06 09:04 PM
Force linked spreadsheet to open in fullsized window? Patricia D Excel Discussion (Misc queries) 2 July 27th 06 04:56 AM


All times are GMT +1. The time now is 10:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"