Results 1 to 2 of 2

Thread: Pls Pls Pls pls Help.Urgent ..!!Thanks ALOT!!

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2003
    Location
    singapore
    Posts
    86

    Question Pls Pls Pls pls Help.Urgent ..!!Thanks ALOT!!

    I'm creating arrows dynamically in excel. Whenever I click an arrow, it brings me to another sheet where I would display a certain information. I had a help on this:

    PHP Code:
       Dim shtTarget As Worksheet 
                Set shtTarget 
    Sheets("TTview"
               
    With Selection 
                  
    'you can find the start and endcell here 
                    '
    highlight the cells in shttarget that need to be selected 
               End With 
                Range
    ("A1").Select 'set the focus of the line 
    I want to find the value(NOT THE CELL RANGE BUT THE CONTENTS), that is from where to where it is pointing.I want to put it in the With Selection block(as above).Pls help.(AGAIN NOT THE CELL RANGE,EG ("A2")...I WANT THE CONTENTS OF ("A2"))Thanks
    Last edited by ITboy; Apr 16th, 2003 at 04:33 AM.

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