View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ali ali is offline
external usenet poster
 
Posts: 22
Default finding empty cell and enter data from right to left

On Jul 29, 4:13 pm, ali wrote:
Hi guys,

I have a problem.

My data in row 3 starts from different cells all the time,i.e.,
sometimes from g3, fg3, etc.

i have some data in row 4 (the number os values here is also
variable) which i want to place right of where the data starts in
row3,e.g,

row3

blank blank blank blank blank blank blank blank 4 2 3

row4

1 2 3

After the operation I want row3 to look like this

blank blank blank blank blank 1 2 3 4 2 3

I hope I have been able to explain the problem.

Would really appreciate any help and guidance.

Thanks

ali


Sorry mates,

I want the data in row 4 to appear left of data in row 3. A mistake.
my apologies.

ali