View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
paul[_11_] paul[_11_] is offline
external usenet poster
 
Posts: 1
Default Importing Access Data and formatting it in Excel....!

Hi Guys,

Currently I am working on a project were I have to export
an Access table into excel called "Employee Edits.xls"

In this table after it arrives in Excel are certain edits
(could be any field) that have to change in Excel to a
red font.

So when the administrator gets the excel file, they will
see which fields are the red edits.

I was wondering is their an easy way to acheive this?
My idea so far was that to get the person who is entering
the edit in Access that they click a checkbox beside the
field that is the edit and then somehow after it is
exported to excel - that it can conditionally format that
data into a red font.

Any help would be really appreciated...