Results 1 to 3 of 3

Cell reference cell then append specific text using vb

Threaded View

  1. #1
    Registered User
    Join Date
    04-21-2009
    Location
    Puyallup, WA
    MS-Off Ver
    Excel 2010
    Posts
    55

    Cell reference cell then append specific text using vb

    This is probably really easy but I don't know what I'm doing wrong.

    Sub Backflip()
        Range("A375").Select
        Range(Selection, Selection.End(xlDown)).Select
        ExportToTextFile FName:="C:\Users\admin\Desktop\xyz.txt", Sep:="'", _
           SelectionOnly:=True, AppendData:=False
    End Sub
    Pretend I have "C:\Users\admin\Desktop\" in cell D1 and I want to manually keep xyz.txt the same always but just append it to the file path in cell D1 within the vb code. I want to concatenate the D1 value along with a value that I will manually write out in the vb code.

    I'm trying

    ExportToTextFile FName:="$D$1" & "xyz.txt",

    but I'm not sure how to say select D1.

    I apologize if this is so basic.

    Thanks
    Last edited by sweetrevelation; 05-17-2009 at 12:44 AM.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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