Microsoft
Software
Hardware
Network
Question : Pound Symbol on Export to Excel, Access
Hi,
I have the below code which exports an Access table to Excel.
I am looking for code which can make column b, f, g & h export with Pound symbols
With oWS
FormulaRow = .Cells(.Rows.Count, "b").End(-4162).Row + 2 'xlUp
.Cells.Font.Size = 10
.Rows(1).Font.Bold = True
.UsedRange.EntireColumn.Au
toFit
.range("b:h").NumberFormat
= "0.00%;[Red]0.00%"
.range("b:h").NumberFormat
= "#,##0.00;[Red]#,##0.00"
.range("c:e").Style = "Percent"
End With
Thanks
Seamus
Answer : Pound Symbol on Export to Excel, Access
.range("b:h").NumberFormat
= "£#,##0.00;[Red]£#,##0.00"
Gary
Random Solutions
Sharing Access File
Cant move or purge mailbox
Best Software Environment to create Image / Designs / Templates for Websites
how to read /var/adm/wtmp file of HP-UX
excel vba to save worksheet as mht file
Identifying SqlServer file
Backup to Remote PC - Backup Exec 10d
Digital Certificate Error
urgent need of EMC DMX/Symmetrix documention on Solaris10, need to attend personal interview as Solaris 10 system administrator.
How do I allow only a certain ip adress to access my website?