Results 1 to 16 of 16

Assigning a variable and pasting variable to last unused column.

Threaded View

  1. #1
    Registered User
    Join Date
    11-19-2008
    Location
    Chicago
    Posts
    12

    Assigning a variable and pasting variable to last unused column.

    Hi all.
    Rather then waste another 4 hours trying to figure this out, ill just ask.

    I need to assign a variable to equal a Constant variable, then I need to find the last unused row on the worksheet, then paste that variable down the column (1-12200 or so rows). I also need to assign Strings for the first two Rows in the target column.

    Dim FilterPressureDrop as String
    Dim °C as String 
    Dim Cons as Double
    'Constant of FilterPressureDrop
    Cons = -99 
    'Write Data to last used column on sheet1 after all calls have been done. 
    Sheets("Sheet1").Select
    Columns("A:A")


    Sorry, dont have much VB experience.
    Last edited by VBA Noob; 11-19-2008 at 05:27 PM. Reason: Added code tags as per forum rules

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