LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Application.Transpose and Range of dates/data

Hi,

I have a range of dates and data which looks like so

01/01/2001 08/01/2001 ...
0.002% 0.0003% ...


Unfortunatly they go across and I want them to go down, so i take the
range and transpose it like so:

Value = Application.Transpose(Range.Value)

but now when i reference the dates they are in american format and typed
as strings!

This does not happen if I use Range.Value directly. If I do

Value = Application.Transpose(Range.Value2)

it works, but I would like to use only the dates formatted as dates on
the sheet, and not recognise any old number as a date.

I have tried recreated the problem in a seperate module, referencing the
same data, but I do not have the problem there!

If anyone has come across this problem then any help would be appreciated!

Thanks

---
Dave
 
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
Using SUMIF to add data between a range of dates Jaspa Excel Worksheet Functions 1 November 20th 09 07:54 AM
filter dates in data range Shelty Excel Worksheet Functions 2 March 15th 06 11:17 AM
Using a range of dates to add data in a different column? Outraged Excel Worksheet Functions 1 February 13th 06 04:33 PM
Using a range of dates to add data in a different column? Outraged Excel Worksheet Functions 2 February 13th 06 02:06 PM
copy Transpose range data Hau Excel Programming 3 July 19th 04 03:58 PM


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