Link to home
Create AccountLog in
Avatar of Svgmassive
Svgmassive

asked on

Font dialog 64bit fot excel

I am looking for a working 64bit Font dialog for Excel.
THanks
Avatar of Roy Cox
Roy Cox
Flag of United Kingdom of Great Britain and Northern Ireland image

Do you mean something like this

 
Application.Dialogs(xlDialogFont).Show

Open in new window

Avatar of Svgmassive
Svgmassive

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

Open in new window

FormFontInfo appears to be for MS Access, not applicable to Excel as far as I know.
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
Avatar of Roy Cox
Roy Cox
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
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.
this work in excel 32 bit
fonts.xlsb
All that code seems to simply do what my earlier suggestion does from running your test codes

Application.Dialogs(xlDialogFontProperties).Show

Open in new window


I still don't know what you want to achieve,