Need assist with setting cell values from an addin subroutine
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)
wrote in message
oups.com...
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
|