+ Reply to Thread
Results 1 to 2 of 2

How do I update without sheet select

  1. #1
    Kieranz
    Guest

    How do I update without sheet select

    Hello
    I have the following code; I would like to do the same thing without
    sheet and range select.

    Sheet1.select
    Range("B3").select
    Activecell(1,1) = "xyz"
    Activecell(1,3) = "month"
    Activecell(3,2)= "Sales"
    ....
    etc
    Many thks, Rgds Kz


  2. #2
    Don Guillett
    Guest

    Re: How do I update without sheet select

    with sheet1
    ..cells(4,3)="xyx"
    ..cells(5,6)="month"
    end with

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Kieranz" <[email protected]> wrote in message
    news:[email protected]...
    > Hello
    > I have the following code; I would like to do the same thing without
    > sheet and range select.
    >
    > Sheet1.select
    > Range("B3").select
    > Activecell(1,1) = "xyz"
    > Activecell(1,3) = "month"
    > Activecell(3,2)= "Sales"
    > ...
    > etc
    > Many thks, Rgds Kz
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1