Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Two things...
1. Define strange warning. What is the actual text of the warning message. 2. Post your code (hard to debug without source code) -- HTH... Jim Thomlinson "Josh" wrote: We have recently upgraded our office products. I have been use a macro that goes out to a file on a server and opens the file then populates some cells prints the sheet and then closes excel. The problem is now with 2003 I get this strange warning when the macro opens the file. Any one have any idea how I stop this from happening? TIA Josh |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Please view the atached file.
"Jim Thomlinson" wrote in message ... Two things... 1. Define strange warning. What is the actual text of the warning message. 2. Post your code (hard to debug without source code) -- HTH... Jim Thomlinson "Josh" wrote: We have recently upgraded our office products. I have been use a macro that goes out to a file on a server and opens the file then populates some cells prints the sheet and then closes excel. The problem is now with 2003 I get this strange warning when the macro opens the file. Any one have any idea how I stop this from happening? TIA Josh |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have found that on my computer it works fine but on the new computer it
does not. here is the code. I feel that it must have to do something with the security settings? I can prdoduce this error by this code. Private Sub CommandButton1_Click() fsindex = "http://xxxxxxxxxxxx:8508/passthru/consumer?name=FS%20-0869-0028" ActiveWorkbook.FollowHyperlink Address:=fsindex, NewWindow:=True ActiveWindow.WindowState = xlMaximized End Sub "Jim Thomlinson" wrote: Two things... 1. Define strange warning. What is the actual text of the warning message. 2. Post your code (hard to debug without source code) -- HTH... Jim Thomlinson "Josh" wrote: We have recently upgraded our office products. I have been use a macro that goes out to a file on a server and opens the file then populates some cells prints the sheet and then closes excel. The problem is now with 2003 I get this strange warning when the macro opens the file. Any one have any idea how I stop this from happening? TIA Josh |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 VBA problem | Excel Discussion (Misc queries) | |||
Excel 2003 problem | Setting up and Configuration of Excel | |||
Copy and paste problem Excel 2003 to Word 2003 | Excel Discussion (Misc queries) | |||
XML Problem in Excel 2003 | Excel Discussion (Misc queries) | |||
Problem with Excel 2003 and ole and vb | Excel Programming |