Hi,

I've got a simple code that works beautifully on my PC but it throws a compile error "Can't find project or library" when I pass the following code

[VBA]
Dates(i) = Format(ActiveCell.Value, "d-mmm")
[/VBA]

It highlights the Format word here. I may have libraries enabled on my PC, but how do I initialize these libraries on other PCs through my code. I get bad feedback that my macros don't work on others' PCs and this downs my spirit a bit.

Please help.

Lincoln