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
how to read /var/adm/wtmp file of HP-UX
Under DDOS attack. Logs enclosed. What type of attack is this and how do we mitigate?
How do I read an unsigned character in C#?
SBS 2008 strange issue
Link to PDF files from DVD Menu
Replacing SAN-added UCC SSL Cert
Why don't Lotus Notes document links work when sent to MS Outlook emails.
Email sent to Tiscali email addresses bouncing with No PTR record error
TextBox Must Be Placed Inside Form Tag Error
Access chart sorting