Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default Problem with (One location = Another location)

RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find("l atest").Offset(7, 0)

It says Object or Method is not supported. I tried this as well

RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find("l atest").ActiveCell.Offset(7,
0)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Problem with (One location = Another location)

RBS.Sheets("RBS").Range("I4").End(xlDown).Copy _
Destination:=AccRep.Sheets("Volumes").Cells.Find(" latest").Offset(7, 0)



--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Simon" wrote in message
...
RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find("l atest").Offset(7, 0)

It says Object or Method is not supported. I tried this as well

RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find("l atest").ActiveCell.Offset(7,
0)



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Problem with (One location = Another location)

Correct the spelling error and try again.


Gord Dibben MS Excel MVP

On Fri, 15 Aug 2008 07:45:36 -0700 (PDT), Simon
wrote:

RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find(" latest").Offset(7, 0)

It says Object or Method is not supported. I tried this as well

RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find(" latest").ActiveCell.Offset(7,
0)


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default Problem with (One location = Another location)

On Aug 15, 5:05*pm, Gord Dibben <gorddibbATshawDOTca wrote:
Correct the spelling error and try again.

Gord Dibben *MS Excel MVP

On Fri, 15 Aug 2008 07:45:36 -0700 (PDT), Simon
wrote:



RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find(" latest").Offset(7, 0)


It says Object or Method is not supported. *I tried this as well


RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find(" latest").ActiveCell.Offse*t(7,
0)- Hide quoted text -


- Show quoted text -


Hi Gord,

I'd corrected the spelling (only typo'd on that partuicular example).

Still an issue though.
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Problem with (One location = Another location)


Did you try Bob's version?


Gord

On Fri, 15 Aug 2008 09:30:27 -0700 (PDT), Simon
wrote:

On Aug 15, 5:05*pm, Gord Dibben <gorddibbATshawDOTca wrote:
Correct the spelling error and try again.

Gord Dibben *MS Excel MVP

On Fri, 15 Aug 2008 07:45:36 -0700 (PDT), Simon
wrote:



RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find(" latest").Offset(7, 0)


It says Object or Method is not supported. *I tried this as well


RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find(" latest").ActiveCell.Offse*t(7,
0)- Hide quoted text -


- Show quoted text -


Hi Gord,

I'd corrected the spelling (only typo'd on that partuicular example).

Still an issue though.




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Problem with (One location = Another location)

It certainly worked in my tests.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...

Did you try Bob's version?


Gord

On Fri, 15 Aug 2008 09:30:27 -0700 (PDT), Simon
wrote:

On Aug 15, 5:05 pm, Gord Dibben <gorddibbATshawDOTca wrote:
Correct the spelling error and try again.

Gord Dibben MS Excel MVP

On Fri, 15 Aug 2008 07:45:36 -0700 (PDT), Simon

wrote:



RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find(" latest").Offset(7, 0)

It says Object or Method is not supported. I tried this as well

RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find(" latest").ActiveCell.Offse*t(7,
0)- Hide quoted text -

- Show quoted text -


Hi Gord,

I'd corrected the spelling (only typo'd on that partuicular example).

Still an issue though.




  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default Problem with (One location = Another location)

On Aug 15, 7:10*pm, Gord Dibben <gorddibbATshawDOTca wrote:
Did you try Bob's version?

Gord

On Fri, 15 Aug 2008 09:30:27 -0700 (PDT), Simon
wrote:



On Aug 15, 5:05*pm, Gord Dibben <gorddibbATshawDOTca wrote:
Correct the spelling error and try again.


Gord Dibben *MS Excel MVP


On Fri, 15 Aug 2008 07:45:36 -0700 (PDT), Simon
wrote:


RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find(" latest").Offset(7, 0)


It says Object or Method is not supported. *I tried this as well


RBS.Sheets("RBS").Range("I4").End(xlDown).Copy
Destintion:=AccRep.Sheets("Volumes").Cells.Find(" latest").ActiveCell.Offse**t(7,
0)- Hide quoted text -


- Show quoted text -


Hi Gord,


I'd corrected the spelling (only typo'd on that partuicular example).


Still an issue though.- Hide quoted text -


- Show quoted text -


Thanks Gord, works fine :-D
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
Save problem with location steve_doc Excel Programming 4 November 18th 09 02:59 PM
Macro - save to current location vs excel default location leezard Excel Discussion (Misc queries) 0 October 28th 08 03:04 PM
Macro Location Problem Bill Martin[_2_] Excel Programming 1 January 10th 06 07:43 PM
Mouse Location, Movement and Spreadsheet Location TCook Excel Programming 3 October 3rd 05 10:23 PM
Stock Location Sorting Problem mark1caroline Excel Discussion (Misc queries) 3 July 13th 05 03:53 PM


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