D
Dan Gesshel
Hello.
Okay... so maybe I was a little cocky, but I thought I had this solved.
I found out later I didn't.
I want to temporarily disable the Print button on the tool bar.
Unfortunately, it is forcing me provide the actual name of the Printer
on my network at the same time. For example my current code is:
CommandBars("Standard").Controls("Print (Marketing)").Enabled = False
This works great on my computer, but of course, not on anyone elses. I
need something that will disable it regardless of who is using it, and I
need it to work for both Excel 2000 and 2002 users. (Perhaps an idex
#??)
Can anyone help? I would appreciate it.
Thanks.
Dan
Okay... so maybe I was a little cocky, but I thought I had this solved.
I found out later I didn't.
I want to temporarily disable the Print button on the tool bar.
Unfortunately, it is forcing me provide the actual name of the Printer
on my network at the same time. For example my current code is:
CommandBars("Standard").Controls("Print (Marketing)").Enabled = False
This works great on my computer, but of course, not on anyone elses. I
need something that will disable it regardless of who is using it, and I
need it to work for both Excel 2000 and 2002 users. (Perhaps an idex
#??)
Can anyone help? I would appreciate it.
Thanks.
Dan