View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jeffstryer@gmail.com is offline
external usenet poster
 
Posts: 2
Default Need assist with setting cell values from an addin subroutine

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