Hi all,
I've been working with Excel 2010 on Windows 7. I've put several ActiveX ListBoxes on an excel sheet and written the code to populate them upon opening the workbook. I've set the IntegralHeight = False, Font.Size = 11. It looks fine on my set up. I then email it over to someone who's using Excel 2007 on Windows 7 and its fine. However when I email it to someone who's using Excel 2007 on Windows XP the font size it smaller. If I go into the code on her machine and put Font.Size = 15 it looks about the same. I'm thinking I could fashion a work around with some logic based on Application.Operatingsystem and Application.Version but wondered if anyone had any other ideas before I go down the rather muddy road of implementing logic for every combination of operating system/excel version?
Thanks in advance.
Stewart
I've been working with Excel 2010 on Windows 7. I've put several ActiveX ListBoxes on an excel sheet and written the code to populate them upon opening the workbook. I've set the IntegralHeight = False, Font.Size = 11. It looks fine on my set up. I then email it over to someone who's using Excel 2007 on Windows 7 and its fine. However when I email it to someone who's using Excel 2007 on Windows XP the font size it smaller. If I go into the code on her machine and put Font.Size = 15 it looks about the same. I'm thinking I could fashion a work around with some logic based on Application.Operatingsystem and Application.Version but wondered if anyone had any other ideas before I go down the rather muddy road of implementing logic for every combination of operating system/excel version?
Thanks in advance.
Stewart