MACRO Help, how to prompt for printer?

J

Jason

Hello,
Ok, I'm playing w/ Macros's. I need to figure out how
to prompt for which printer to use. I tried replicating
the code for prompting for filename, but no dice. Does
anyone know how? TIA

Code I am using to prompt for filename if it helps:

Do
fName = Application.GetSaveAsFilename
Loop Until fName <> False
ActiveSheet.SaveAs Filename:=fName
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top