+ Reply to Thread
Results 1 to 3 of 3

I want to copy the active workbook name to a cell...

  1. #1
    Registered User
    Join Date
    05-26-2006
    Posts
    8

    I want to copy the active workbook name to a cell...

    I want to copy the active workbook name to a cell... I can display the activeworkbook using activeworkbook.name how can i display this in a cell?

  2. #2
    Don Guillett
    Guest

    Re: I want to copy the active workbook name to a cell...

    oh well.

    Sub wb()
    Range("a1") = ActiveWorkbook.Name
    End Sub

    --
    Don Guillett
    SalesAid Software
    dguillett1@austin.rr.com
    "trumb1mj" <trumb1mj.28mpsa_1149006907.1157@excelforum-nospam.com> wrote in
    message news:trumb1mj.28mpsa_1149006907.1157@excelforum-nospam.com...
    >
    > I want to copy the active workbook name to a cell... I can display the
    > activeworkbook using activeworkbook.name how can i display this in a
    > cell?
    >
    >
    > --
    > trumb1mj
    > ------------------------------------------------------------------------
    > trumb1mj's Profile:
    > http://www.excelforum.com/member.php...o&userid=34847
    > View this thread: http://www.excelforum.com/showthread...hreadid=546779
    >




  3. #3
    Registered User
    Join Date
    05-26-2006
    Posts
    8

    Thank you.

    Thank you.




+ 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