Expand|Select|Wrap|Line Numbers
- button1 = ApExcel.ActiveSheet.OLEObjects.Add(ClassType:="Forms.CommandButton.1", Link:=False _
- , DisplayAsIcon:=False, Left:=119.25, Top:=217.5, Width:=110, Height:= _
- 24).Select
- ApExcel.ActiveSheet.CommandButton1.Caption = "Print Summary Report"
- button2 = ApExcel.ActiveSheet.OLEObjects.Add(ClassType:="Forms.CommandButton.1", Link:=False _
- , DisplayAsIcon:=False, Left:=119.25, Top:=285.75, Width:=110, Height _
- :=24).Select
- ApExcel.ActiveSheet.CommandButton2.Caption = "Print Full Report"
This just looks really bad in the report. Any ideas what I'm doing wrong?
Thanks
Franccesca