| 1. |
Solve : Excel VBA setting column width? |
|
Answer» Hi all. I am using columns B:E to print on 4" labels. Different data goes in to three of these cells when the USER runs the macro, and I use ".AutoFit" to set the cell width on these three columns. Last of all, I want to set the width of column D so that columns B:E add to 4". Using ".Width" DIFFERS from ".ColumnWidth", but neither of these give the PIXEL number (when COMPARED to clicking the RIGHT side of the column on the column bar). |
|