Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to copy column widths from a sheet in a workbook that is to
be supplied as needed by the user, to a sheet in a new workbook created by my Excel macro. In the sample workbook supplied by the user for development, I find that the destination column widths are visually much narrower than the source column widths, though the column width number is the same for both. I understand that the meaning of column width units comes from the normal font of the default style of the workbook. But again, in both cases that's the same -- Arial 10pt. (In Excel 2003, I'm looking at Format | Style | Normal | Font) Of course, I've also made sure that zoom is the same for both too -- 100%. For now, I've worked around this problem by doing a copy on the worksheet object into the new workbook, and deleting what I don't want. That gives me the same column widths. But I'd still like to know what could be causing the different column widths I was seeing. Any suggestions? Thanks, Greg |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Cell Width WITHOUT changing Column width | Excel Discussion (Misc queries) | |||
How to make cell width different than the column width it lies in | Excel Discussion (Misc queries) | |||
Set Column Width Based On Total Width Of Other Columns | Excel Programming | |||
Column Width Excel VBA Problem | Excel Programming |