#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default VB coding

I want to copy the information(text) on
Spreadsheet: 'Breads and loafs'
Cell: H5

copy that cell

on to Spreadsheet: 'Basket'
and find the next blank between C6 - C16


Helpppp!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 135
Default VB coding

hi,

Try this.

Worksheets("Breads and loafs").Range("h5").Copy _
Worksheets("Basket").Range("C17").End(xlUp)(2)




"Fern" a écrit dans le message de groupe de discussion :
...
I want to copy the information(text) on
Spreadsheet: 'Breads and loafs'
Cell: H5

copy that cell

on to Spreadsheet: 'Basket'
and find the next blank between C6 - C16


Helpppp!!

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
VB Coding johnsail Excel Discussion (Misc queries) 1 February 18th 10 12:54 PM
Coding Help Jcraig713 Excel Programming 5 April 28th 09 06:14 PM
"=ROW()-1" type of coding doesn't appear in a filter / is there coding that does? StargateFan[_3_] Excel Programming 10 October 6th 05 01:18 PM
Implant macro coding into ASP coding Sam yong Excel Programming 5 September 15th 05 10:37 AM
Could someone help me with some coding stevie Excel Programming 1 April 1st 04 08:40 AM


All times are GMT +1. The time now is 03:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"