Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello All, any help would be greatly appreciated. Im trying to copy the cell
data from one workbook to another and Im not sure what Im doing. Could someone please help? I want the user to type "30" and it to find the data on 30.xls .. etc. Here is what I have.. obviously it dosn't work :) Sub Copy() ' Dim sStuff As String sStuff = InputBox("What date is this for? I.E 1,2,3 etc.") ' Range("B20").Select ActiveCell.FormulaR1C1 = "='\\Server1\Important Files\[" & sStuff & ".xls]Totals'!$H$3" End Sub Thanks in advance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extracting Data from another worksheet based on user input | Excel Worksheet Functions | |||
Incrementing Data based on user input | Excel Discussion (Misc queries) | |||
Changing Cell Contents Based Upon User Input | Excel Programming | |||
Rollup of Data in Multiple Sheets (based on user input) | Excel Programming | |||
select data based on user input | Excel Programming |