Save as a cell

MrOffice-

New Member
Joined
Aug 20, 2013
Messages
1
Ive trying to figure this out for days, I created a macro and want the macro to save my file with the info in a cell.
ActiveWorkbook.SaveAs Filename:= _
"\\asshare\home$\user\Desktop\Hmda\c6.xlsx", FileFormat:=xlOpenXMLWorkbook _
, CreateBackup:=False
I would like to save a file with the value in c6 in the network path above. I found vba code to save as a cell, but dont know how make it work with the above code. Can anybody help me?
 

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