bienda Posted August 13, 2016 Posted August 13, 2016 i'm sorry because this is VBA for CAD forum, but i don't know orther forum for excel like here. so i have a problem with VBA for Excel, help me pleaseeee SetPrintArea1.xls i have a excel file like above and i want to set printares with vba for sheet1 but column is not change and row can be change and reference sheet2: round(B1/B2,0) i have use code: "ActiveSheet.PageSetup.PrintArea = [A1:K1].Resize(Sheet2.[B1]).Address" i want to change B1 into round(B1/B2,0) What do i must to? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.