Compile error

G

Guest

I can open this macro from another computer but everytime I open it up from
my computer...it has a compile error for :

QTextBox = Workbooks(SourceName & ".xls").Sheets("Database").Cells(i, 36)

It says cannt find Project or library...whats wrong?
 
N

Norman Jones

Hi Sam

With the workbook open on the problematic pc, try:

Alt-F11 to open the VBE
Tools | References |
Find and uncheck a reference marked "Missing"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top