Button help

DARRELLTOMANDL

New Member
Joined
Nov 19, 2003
Messages
36
Here is what I have. I have a work book with one sheet in it called IQS_2.xls that I fill in information, and save as a different file name each time.I have made a button with a macro that opens another sheet that grabs the information and enters it into the designated cells, I call this one EMQS.xls. My problem is when I save the IQS_2 files as a name, the EMQS file does not stay linked to the newly renamed file. So I want to push the button in the renamed IQS_2 file and open the EMQS file and automaticly enter the information. Can this be done? I am new to excel and have very limited knowledge, so the more detail you can give would be great.

Thanks,
Darrell
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Darrell, What kind of a button did you insert?
From Forms or from Control Toolbox?

If do you have the code, please let us have.
 
Upvote 0
I used the button from the form toolbar.


Sub Open_EMQS()
'
' Open_EMQS Macro
' Macro recorded 2/3/2004 by Darrell Tomandl
'

'
Workbooks.Open Filename:= _
"\\Lltoolxp\c\WINDOWS\Personal\1GM Email Quote Sheets\EMQS.xls"
End Sub


Thanks,
Darrell
 
Upvote 0

Forum statistics

Threads
1,203,120
Messages
6,053,632
Members
444,674
Latest member
Fieldy1999

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top