Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I'm working with an sdv file that contains data that I wish to retrieve without having to use pivot. My question is if its possible to perhaps make a program in Visual basic og Excel scripting that would enable me to get the data more easily. Or if any of you have suggestions I would really appreciate it. regards Ruben |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Ruben Mikkelsen" wrote in message ... Hi I'm working with an sdv file that contains data that I wish to retrieve without having to use pivot. My question is if its possible to perhaps make a program in Visual basic og Excel scripting that would enable me to get the data more easily. Or if any of you have suggestions I would really appreciate it. regards Ruben What is an sdv file? Please explain. /Fredrik |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
its an comma seperated file
you open it in excel and its all long lists of data, then you make an pivot to get the data, the problem is that its time consuming and difficult to work with the pivot functions in excel ruben "Fredrik Wahlgren" wrote in message ... "Ruben Mikkelsen" wrote in message ... Hi I'm working with an sdv file that contains data that I wish to retrieve without having to use pivot. My question is if its possible to perhaps make a program in Visual basic og Excel scripting that would enable me to get the data more easily. Or if any of you have suggestions I would really appreciate it. regards Ruben What is an sdv file? Please explain. /Fredrik |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Ruben Mikkelsen" wrote in message ... its an comma seperated file you open it in excel and its all long lists of data, then you make an pivot to get the data, the problem is that its time consuming and difficult to work with the pivot functions in excel ruben Maybe I'm missing something. If your problem is to create the pivot, use the macro recorder to capture the necessary steps involved. /Fredrik |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That did indeed solve my problem :) Thank you !
Do by chance know if its possible to take the macros recorded and copy them to another mashine ? That way I wont have to record them over and over again for each mashine. ruben "Fredrik Wahlgren" wrote in message ... "Ruben Mikkelsen" wrote in message ... its an comma seperated file you open it in excel and its all long lists of data, then you make an pivot to get the data, the problem is that its time consuming and difficult to work with the pivot functions in excel ruben Maybe I'm missing something. If your problem is to create the pivot, use the macro recorder to capture the necessary steps involved. /Fredrik |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Ruben Mikkelsen" wrote in message ... That did indeed solve my problem :) Thank you ! Do by chance know if its possible to take the macros recorded and copy them to another mashine ? That way I wont have to record them over and over again for each mashine. ruben It is. An easy way to transfer the macros is to copy the macro text and then either paste in to a text file or directly into an email. The recipient must know how to create a module in the VBA editor, of course. /Fredrik |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hello everybody.. question about .csv file... | Excel Discussion (Misc queries) | |||
Excel File Question | Excel Discussion (Misc queries) | |||
File name question | Excel Discussion (Misc queries) | |||
macro question with example file.... | Excel Discussion (Misc queries) | |||
End of File Question | Excel Programming |