View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default Very strange add-in file behaviour

I didn't think there was a difference, but for completeness I will run Rob
Bovey's code cleaner as well.

RBS


"Tom Ogilvy" wrote in message
...
I have run the run Andrew Baker's Workbook Rebuilder several times.


is the same as Rob Bovey's code cleaner or doing it manually.

--
Regards,
Tom Ogilvy

"Bob Phillips" wrote in message
...
Have you run Rob Bovey's Code Cleaner on it?

You could also try building it anew, copying all code modules into a new
workbook before compiling as an addin .

--

HTH

RP
(remove nothere from the email address if mailing direct)


"RB Smissaert" wrote in message
...
Have developed a large Excel .xla add-in that now shows some very

strange
behaviour.
This add-in works completely fine at home, but when I upload the file
to

a
website and
download it on a different location there are bits of code missing, for
example all the code
in the ThisWorkbook module and also code from normal code modules. When

I
download
the same file at home everything is fine.
It is a large file, 3.8 Mb with a lot of form and modules, but why
would

it
be fine on one computer
and not the other. The differences a
Home computer (all fine): Windows XP Pro, Excel 2002
Other computer (not fine): Windows 2000, Excel 2003
I have run the run Andrew Baker's Workbook Rebuilder several times.
Thanks for any advice about this.

RBS