LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default len replace function


Just make the LL a unique identifier like ??. then use replace to reple
the string



Range("A1") = replace(Range(A1"),"??",Range("A1").column)



so you could do this

Set MyRange = Range("A1:D100")
for each cell in Myrange
cell = replace(cell,"??",cell.column)
next cell


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=176304

Microsoft Office Help

 
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
Can you have a value created by a function replace the function? xak1222 Excel Worksheet Functions 3 September 10th 09 09:37 AM
Replace function anandmr65 Excel Discussion (Misc queries) 1 May 10th 06 01:36 PM
REPLACE Function Scott Excel Worksheet Functions 4 October 26th 05 07:34 AM
How i can replace function Luka Excel Worksheet Functions 3 December 27th 04 09:04 PM
Replace XLA with XLL function Jens Thiel[_2_] Excel Programming 12 September 22nd 04 02:17 PM


All times are GMT +1. The time now is 06:04 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"