Microsoft
Software
Hardware
Network
Question : Access Export Formatting
Hi,
I have teh following code which i am using to export an access table to excel.
Can someone advise of the code to make the numbers appear with a £ sign
With oWS
.Range("A1:X1").Interior.C
olor = RGB(255, 255, 0)
FormulaRow = .Cells(.Rows.Count, "b").End(-4162).Row + 2 'xlUp
.Cells.Font.Size = 10
.Rows(1).Font.Bold = True
.UsedRange.EntireColumn.Au
toFit
.Range("c:v").NumberFormat
= "0.00%;[Red]0.00%"
.Range("c:v").NumberFormat
= "#,##0.00;[Red]#,##0.00"
.Range("A:A").AutoFilter Field:=1
.Range("A:A").Select
Thanks,
Seamus
Answer : Access Export Formatting
RangeToApplyFormattingTo.N
umberForma
t = Chr(163) & "#,##0.00;[Red](" & Chr(163) & "#,##0.00)"
Random Solutions
Problem with file name comparison in unix script
open Firmware
Offline address book cannot be downloaded after moving mailbox to exchange 2010
Install issue: XenApp 5 Feature Pack 3 on W2K8x64
HP z200 Workstation Windows 2008 R2 'PCI serial port' driver and 'PCI Simple Communications controller' driver needed
How many keywords is too many in the meta data?
Change primary smtp addresses for 29 users using powershell for exchange
permissions to be able to script objects
Difference between Icefaces,myfaces,richfaces
in JSF?
When I ping 192.168.1.4 I get reply from 192.168.1.127