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
With regards to correlated subqueries does anybody know what the logical query processing order?
Strange DNS resolution
Exchange 2007 Certificate Renewal
Use .NET or SSIS to download Exhange email and process attachments
Create linked server from MS Sql to oracle server
Passing combobox var to loaded swf as3
Cannot RDP to W2008R2 Server 'Computer Name' but can to its IP Address
How to Populate a ListBox Control with Values from an Access Database Table
C# Data Update query
asynch sockets