Results 1 to 2 of 2

Thread: Excel Add in Question

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    20

    Excel Add in Question

    It's late and I should know this but.....

    Hiw do I reference the selected cells in a worksheet from code within an Excel addin.

    Thanks

  2. #2
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: Excel Add in Question

    VB Code:
    1. Application.Workbooks(x).Worksheets(Y).Range(Z)
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width