View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jeanne A[_2_] Jeanne A[_2_] is offline
external usenet poster
 
Posts: 6
Default Excel Macro Help

This spreadsheet is a result of an Access query that pulls data from our
Lawson Supply Chain system. For whatever reason when I use vlookup to on
this field it will not recognize the data in the cell until I press enter in
the field. I've trimmed the field, tried formatting the cells several
different ways.

Your solution worked except the fields that contained text characters &
dashes. Any other ideas?

"Gord Dibben" wrote:

Why are you doing this click and ENTER?

To change the data from text to number?

Easier would be to format all to General then copy an empty cell.

Select the entire column of numbers and Paste SpecialAddOKEsc.


Gord Dibben MS Excel MVP

On Fri, 4 Apr 2008 12:10:01 -0700, Jeanne A
wrote:

I think I need to explain what I'm attempting to do. I have a spreadsheet
with numbers already entered in the rows in column A. I'm actually clicking
on cell A3, clicking in the formula bar at the end of the data, and then
hitting the enter key. This places me on cell A4 and then I'm just repeating
for each row. Your procedure
doesn't perform the "clicking in the formula bar & hitting enter". Any
ideas?