VBA minimum margin
-
Hi, I need the minimum margin in vba excel or word. I know how to set it in vba and in dot net. But I can't find the minimum in vba. I guess I will need some API but if I find something usefull I must know the hdc and that I also can't find that. in vb6 there was printer.hdc but not in vba. Who can help me? Jan
-
Hi, I need the minimum margin in vba excel or word. I know how to set it in vba and in dot net. But I can't find the minimum in vba. I guess I will need some API but if I find something usefull I must know the hdc and that I also can't find that. in vb6 there was printer.hdc but not in vba. Who can help me? Jan
-
Minimum margins are dependent on the print device that you are sending the output to. I would guess you need to look at printer properties.
Hi, I know but I have looked and can't find it. Our old printers have lesser margings that the new. now we have AGAIN different margings so I want to use the printer minimum possible margin and >.5cm so when I can read them a simple if then, structure will help me. but now I can't read it. remember it's in VBA :) Jan
-
Hi, I know but I have looked and can't find it. Our old printers have lesser margings that the new. now we have AGAIN different margings so I want to use the printer minimum possible margin and >.5cm so when I can read them a simple if then, structure will help me. but now I can't read it. remember it's in VBA :) Jan