Svgmassive
asked on
Font dialog 64bit fot excel
I am looking for a working 64bit Font dialog for Excel.
THanks
THanks
ASKER
Not eaxctly.. looking for something that uses FormFontInfo
I'm not really sure what you want, here's an alternative dialog
Application.Dialogs(xlDialogFontProperties).Show
FormFontInfo appears to be for MS Access, not applicable to Excel as far as I know.
ASKER
it works in 32bit excel
Cam you attach a workbook with the code that you are using so that I can see what needs changing
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Any more ideas.The 64bit is still not functions
I'm still waiting to see an example that works in 32 Bit.
I looked at it in Access and the example I found didn't due much. I'm not sure what you want to do with it.
I looked at it in Access and the example I found didn't due much. I'm not sure what you want to do with it.
ASKER
this work in excel 32 bit
fonts.xlsb
fonts.xlsb
All that code seems to simply do what my earlier suggestion does from running your test codes
I still don't know what you want to achieve,
Application.Dialogs(xlDialogFontProperties).Show
I still don't know what you want to achieve,
Open in new window