View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
xtian xtian is offline
external usenet poster
 
Posts: 1
Default Copy and paste VBA command - anybody help me?


Question 1:

I have this VBA command that copy (from a database) and paste som
numbers into (what I would like to be) an table. Right now I past
these numbers in row 4, column 2, 3, 4 and 5 (that is B4:E4). M
problem is: I need a command that makes Excel look in the database
copy data if not blank, and then paste them into the table in row 5,
and so on - until there is no more data to copy from the database? I
other words, I would like to replicate the command I have, but plac
the data in the next available row - and do this until there are n
more data in the database.

Question 2:

Then, I need a command that copy the range name from the database (fo
example: Excelforum Inc.), which could be found in row 1, and paste i
into column 1 (e.g. "A") in the table? Of course, I want this names t
be pasted at the correct row, that means the row that the numbers fro
question 1 are pasted into.

Kind regards

xtia

--
xtia
-----------------------------------------------------------------------
xtian's Profile: http://www.excelforum.com/member.php...fo&userid=3481
View this thread: http://www.excelforum.com/showthread.php?threadid=54573