Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need help with a solution - maybe vlookup? | Excel Worksheet Functions | |||
Possible Macro Solution To My Problem | Excel Discussion (Misc queries) | |||
Is the solution Vlookup? | Excel Worksheet Functions | |||
Hlookup or Vlookup problem? or wich other solution? Complex Proble | Excel Discussion (Misc queries) | |||
Macro Solution for Link Problem? | Excel Worksheet Functions |