Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jclarkpowereng

    Excel CommandButton Changes with VBA

    I am adding a commandbutton to a Excel worksheet with the following command: OutputSheet.OLEObjects.Add(ClassType:="Forms.CommandButton.1", Link:=False, DisplayAsIcon:=False, Left:=150, Top:=1330, Width:=200, Height:=50).Select It adds the button and names it...
  2. jclarkpowereng

    Changing CommandButton Properties with VBA

    I am adding a commandbutton to a Excel worksheet with the following command: OutputSheet.OLEObjects.Add(ClassType:="Forms.CommandButton.1", Link:=False, DisplayAsIcon:=False, Left:=150, Top:=1330, Width:=200, Height:=50).Select It adds the button and names it...

Part and Inventory Search

Back
Top