Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Any Way to Enlarge the Tabs? | Excel Discussion (Misc queries) | |||
How do you enlarge a cell | Excel Programming | |||
enlarge name box | Excel Discussion (Misc queries) | |||
The window opens in a smaller window not full sized window. | Excel Discussion (Misc queries) | |||
Force linked spreadsheet to open in fullsized window? | Excel Discussion (Misc queries) |