abberyfarm
Well-known Member
- Joined
- Aug 14, 2011
- Messages
- 733
Hi,
I have this code in a macro and it works on my laptop.
However, when I try run it on my desktop I get an error 'Can't find project or library' with the 'Format' word highlighted.
Could anybody tell me how to find out which library is missing and how I activate it?
Thank you
also posted here http://www.ozgrid.com/forum/showthread.php?t=176680&p=655767#post655767
I have this code in a macro and it works on my laptop.
Code:
Randomize
c = Format(rnd(1), "#0.00")
c = Round(rnd, 2)
However, when I try run it on my desktop I get an error 'Can't find project or library' with the 'Format' word highlighted.
Could anybody tell me how to find out which library is missing and how I activate it?
Thank you
also posted here http://www.ozgrid.com/forum/showthread.php?t=176680&p=655767#post655767