I have tool in Excel 2000, which can run a quesionaire in forms. One file has been made as a "administrative" tool where all questions are kept, and another file to run the questionaire.
Problem: When running the files on my own PC everything works out fine, but when trying to run them on other PC some of the macros do not work, which makes the tool useless.
The VBA project is protected with a code. (I do not believe that is the problem)
No part of the code is in my Personal.xls either.
One of the problems seems to be when the macros activate dialog box.
E.g. when running this code it stops in line 1.:
Sub importquest()
'
' importquest Macro
' Macro recorded 20-08-2003 by DKBRG
'Benyttes af administrator til import af udvalgte spørgsmål fra administrator
'værktøjet
myfile = Application.GetOpenFilename("xls files,*.xls"
Workbooks.Open Filename:=myfile
Sheets("Udvalgte"
.Select
Any help appreciated
regards Brian
Problem: When running the files on my own PC everything works out fine, but when trying to run them on other PC some of the macros do not work, which makes the tool useless.
The VBA project is protected with a code. (I do not believe that is the problem)
No part of the code is in my Personal.xls either.
One of the problems seems to be when the macros activate dialog box.
E.g. when running this code it stops in line 1.:
Sub importquest()
'
' importquest Macro
' Macro recorded 20-08-2003 by DKBRG
'Benyttes af administrator til import af udvalgte spørgsmål fra administrator
'værktøjet
myfile = Application.GetOpenFilename("xls files,*.xls"
Workbooks.Open Filename:=myfile
Sheets("Udvalgte"
Any help appreciated
regards Brian