Height and Width?
Hi,
this is my code
private sub command1_Cick()
printer.height=4*1440
printer.widht =5*1440
msgbox printer.height
msgbox printer.width
end sub
the output is Some thing like
16832
11904
Actually my paper height is
height 4*1440=5760
width =6*1440=8640
thanks in advance for help
|