Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default help with a transpose please

Split shouldn't have Application. in front of it. Not sure how I typed
that. Must have been thinking ahead to application.Transpose.

--
Regards,
Tom Ogilvy


"scottwilsonx" wrote in message
...

Tom, thank you for posting your reply.
I have tried the VBA you sent me:

Option Explicit
Sub TransposeTweek()
Dim vArr As Variant
Dim rw As Long
rw = 1
vArr = Application.Split(Worksheets("sheet1").Cells(rw, 1).Value, "/")
Worksheets("Sheet2").Range("A1:A900").Value =
Application.Transpose(vArr)
End Sub

When I ran the macro, I got the message: "Object doesnt support this
property or method".

Any idea why this would happen? and is there a way to get round this ?

Thanks
Scott.


--
scottwilsonx
------------------------------------------------------------------------
scottwilsonx's Profile:

http://www.excelforum.com/member.php...o&userid=11128
View this thread: http://www.excelforum.com/showthread...hreadid=272376



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
Transpose Niklas Nilsson Excel Worksheet Functions 2 September 20th 09 01:18 AM
Transpose a col to a row? Terry Pinnell Excel Discussion (Misc queries) 3 September 17th 08 11:42 AM
Transpose from Col to row Smiley Excel Discussion (Misc queries) 4 January 15th 07 05:00 PM
Transpose from Col to row Smiley Excel Worksheet Functions 4 January 15th 07 05:00 PM
I WANT TO TRANSPOSE LINKS, AS WE TRANSPOSE VALUES Umair Aslam Excel Worksheet Functions 1 September 22nd 05 01:19 PM


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