I hope someone can help.
I'm only a very low level VBAer so any solution (if possible) to this needs to be simple so I can understnad.
I need to be able to print single .jpg pictures by clicking on a linked button in Excel. I have over 400 .jpg files that I need to print when required.
I would imagine it would be something like:
Sub cmd1_Click()
File = "C:\text.jpg"
Print.File.DefaultPrinter
end sub[/color blue]
Thanks
Scrote
I'm only a very low level VBAer so any solution (if possible) to this needs to be simple so I can understnad.
I need to be able to print single .jpg pictures by clicking on a linked button in Excel. I have over 400 .jpg files that I need to print when required.
I would imagine it would be something like:
Sub cmd1_Click()
File = "C:\text.jpg"
Print.File.DefaultPrinter
end sub[/color blue]
Thanks
Scrote