Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Problem vlookup -solution macro


Hi,

I have exported a file from our information system. With a vlooku
formula I want to add information from another worksheet. But the ke
(a clientnumber) is of such a format, the formula doesn't work. I hav
to select the cell, give an enter and then the formula works. Bu
clicking through 20.000 cells is a little bit too much.

First I was using a macro, but the macro is deleted from m
computer....and I can't write a macro. Is there any other solution???

KR,

Miche

--
Michel
-----------------------------------------------------------------------
Michel8's Profile: http://www.excelforum.com/member.php...fo&userid=1680
View this thread: http://www.excelforum.com/showthread.php?threadid=32004

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Problem vlookup -solution macro

Hi
try the following:
- select an empty cell and copy this cell
- select your numbers
- goto 'Edit - Paste Special' and choose the action 'Add'

another option: try the following macro (after selecting your data)

sub foo()
with selection
..value=.value
end with
end sub

--
Regards
Frank Kabel
Frankfurt, Germany

"Michel8" schrieb im Newsbeitrag
...

Hi,

I have exported a file from our information system. With a vlookup
formula I want to add information from another worksheet. But the key
(a clientnumber) is of such a format, the formula doesn't work. I

have
to select the cell, give an enter and then the formula works. But
clicking through 20.000 cells is a little bit too much.

First I was using a macro, but the macro is deleted from my
computer....and I can't write a macro. Is there any other solution???

KR,

Michel


--
Michel8
---------------------------------------------------------------------

---
Michel8's Profile:

http://www.excelforum.com/member.php...o&userid=16804
View this thread:

http://www.excelforum.com/showthread...hreadid=320043


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need help with a solution - maybe vlookup? Noetic76 Excel Worksheet Functions 3 February 5th 10 04:59 AM
Possible Macro Solution To My Problem Robert Excel Discussion (Misc queries) 4 July 24th 09 12:03 AM
Is the solution Vlookup? JPS Excel Worksheet Functions 1 May 15th 08 11:41 AM
Hlookup or Vlookup problem? or wich other solution? Complex Proble Micos3 Excel Discussion (Misc queries) 2 March 6th 06 04:35 PM
Macro Solution for Link Problem? Mikeice Excel Worksheet Functions 2 June 14th 05 07:49 AM


All times are GMT +1. The time now is 04:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"