Need assist with setting cell values from an addin subroutine

J

jeffstryer

Hello,

This ought to be an easy one!

I can set a cell in a my vbaproject in a subroutine using the common:

Worksheets("Sheet").Cells(R,C).Value = "this"

However, the same code placed in a subroutine in an addin used by the
vbaproject has no effect.
Why is that?

Any help appreciated,
Jeff Stryer
 
B

Bob Phillips

Are you referring to the correct workbook. You may be setting a value in the
add-in's worksheet.

--

HTH

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

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