+ Reply to Thread
Results 1 to 2 of 2

copy cell value instead of inputing text

  1. #1
    Registered User
    Join Date
    06-17-2015
    Location
    us
    MS-Off Ver
    7
    Posts
    2

    copy cell value instead of inputing text

    First off, you folks rock. You have helped me create a sweet dynamic program that has made my job so much easier, I have one small problem that i need your help on, I have a template sheet that i create new job sheets from. Everything is working but this,,,,,,, I use this formula to create a new file folder that contains pertinent files to the job,,,,,
    Sub blah()
    Set Fobj = CreateObject("Scripting.FileSystemObject")
    Fobj.CopyFolder "C:\Users\chris\Documents\Tracker\zzz", "C:\Users\chris\Documents\Tracker\aaa"


    End Sub

    "zzz" is the template, "aaa" reps the new folder.
    works great every time. The problem,,,,,I need the macro to assign the new folder a name that exists in A1 of the template, not text ie(aaa) the number changes sequentially with each new job sheet. so it must be value. not formula, please help. this the last step to an awesome program. thank you in advance for your assistance..... chris
    Last edited by scrambledeggs; 06-19-2015 at 10:29 PM.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166
    Hello scrambledeggs,

    Welcome to Excelforum. Be a part of large Excel community. Enjoy Learning.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 02-03-2014, 02:13 PM
  2. Problem in inputing data into a cell using VBA
    By pikab00m in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-23-2012, 03:14 PM
  3. Inputing multiple text files and extracting information.
    By Winkler1 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-13-2012, 02:28 PM
  4. Replies: 2
    Last Post: 09-18-2010, 10:32 AM
  5. Replies: 2
    Last Post: 09-17-2010, 06:05 AM

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