Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Excel Option/Reference/Install/Environment/etc. Issue

Steve, you said you had checked the Options settings in Excel, but did you
check them in VBA? In VBAOptionsEditor, it the Require Variables
Declarations block is checked, you would have to fully declare all variables,
even if Option Explicit is not declared in the code module.




"Steve McLeod" wrote:

Checked XLSTART. Both System and User. All empty on all machines.
None of use can do anything that writes to the register so by definition it
must be the same.
All users have the same issues.
These were good suggestions, but do not seem to hold an answer.

--
Pictou


"Joel" wrote:

Check the XLSTART directory on the bad machine to see if there are any files
in this directory. Also check if the probelm occurs with more than one user
logged in. There may be some registry differences and it would help to find
out if these differences are against all users or just one user.

"Steve McLeod" wrote:

We have about a dozen XP machines with Office 2003 installed. All but one of
these machines executes our Excel applications without error. One of these
machines produces run time prompts and errors that do not occur on any other
machine. I have checked Options and References. We just reinstalled Office.
The physical machines are the same. All are updated automatically from a
network. All are in a highly secure environment with no connection to the
internet.

I have identified one area as different on the errant machine. This machine
requires that ranges be fully qualified where lesser qualification is fine on
all the others. For example on all other machines the following works:
Range("SheetName!RangeName").Value
On the errant machine I have to use:
Range("'[WorkBookName.xls]SheetName'!RangeName").Value
Also in VBA code, when the workbook in which the range name exists is
active, I can use the shorter version as shown above. But on the errant
machine I must use:
Workbooks("WorkBookName.xls").Worksheets("WorkShee tName").Range("'[WorkBookName.xls]SheetName'!RangeName").Value

Also, on the errant machine when I create a new worksheet from a template,
Excel prompts for a choice to update references and on all other machines
this prompt does not occur.

What could be different on the errant machine? Should we have the network
admin replace the errant machine?

--
Pictou

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
try to install a security update, prompted to install PRO11.msi najib Setting up and Configuration of Excel 0 June 4th 08 05:43 PM
Option Explicit when install Essbase LuisE Excel Programming 6 September 13th 07 03:06 AM
Option Button - Cell Link Issue John Jost Excel Programming 3 January 12th 06 09:58 PM
What program do I install to install office 2003 with no prior pro lwd Excel Discussion (Misc queries) 1 January 8th 06 09:37 PM
Why does PHStats *NOT* install when I install Analytical ToolPak? webeditor-coutre Setting up and Configuration of Excel 1 July 5th 05 06:58 AM


All times are GMT +1. The time now is 09:32 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"