Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   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

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

  #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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 86
Default finding empty cell and enter data from right to left

On Jul 29, 11:16 am, ali wrote:
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- Hide quoted text -

- Show quoted text -


To find the last non-empty cell going right, you can use
Selection.End(xlToRight).Select.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,202
Default finding empty cell and enter data from right to left

Wow, you really don't pay attention to the responses you get, do you? I
posted a detailed response of why cross-posting (as opposed to
multi-posting) is the way to ask your questions in more than one newsgroup,
and that post even showed you how easy it is to perform a cross-post, and
here you are multi-posting your current question. Any particular reason why?

Rick


"ali" wrote in message
ups.com...
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


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
Message box if cell is left empty when run? nbaj2k[_20_] Excel Programming 2 August 1st 06 02:05 PM
How to point to (select) a cell to the left from a cell where I enter the = equal sign? Dmitry Excel Discussion (Misc queries) 4 June 30th 06 06:49 AM
Finding next empty empty cell in a range of columns UncleBun Excel Programming 1 January 13th 06 11:22 PM
Enter data in next empty row after cell name Mark Cover Excel Programming 9 October 4th 05 07:07 PM
Not allowing users to enter data into certain cells if another cell is empty KimberlyC Excel Programming 12 May 6th 05 06:19 PM


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