Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi. I have Excel 2013 and I program with VBA. Anyone know if VBA would be in the latest versions of Excel? In version 365, macro automation creates Typecript code. VBA works in the latest version. Regards. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 11/5/2020 11:49 AM, JJG wrote:
Hi. I have Excel 2013 and I program with VBA. Anyone know if VBA would be in the latest versions of Excel? In version 365, macro automation creates Typecript code. VBA works in the latest version. Regards. MS cannot possibly drop support for VBA -- too much code out there relies on it. They may choose to feature something else, but it can't go away. -- |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dpb wrote:
On 11/5/2020 11:49 AM, JJG wrote: Hi. I have Excel 2013 and I program with VBA. Anyone know if VBA would be in the latest versions of Excel? In version 365, macro automation creates Typecript code. VBA works in the latest version. Regards. MS cannot possibly drop support for VBA -- too much code out there relies on it. They may choose to feature something else, but it can't go away. I have 365 here. I can say for sure that VBA is included, and there aren't any notes or anything saying things like "deprecated" or "do not use". -- The Guide is definitive. Reality is frequently inaccurate. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
El jueves, 5 de noviembre de 2020 a las 19:38:35 UTC-3, Auric__ escribió:
dpb wrote: On 11/5/2020 11:49 AM, JJG wrote: Hi. I have Excel 2013 and I program with VBA. Anyone know if VBA would be in the latest versions of Excel? In version 365, macro automation creates Typecript code. VBA works in the latest version. Regards. MS cannot possibly drop support for VBA -- too much code out there relies on it. They may choose to feature something else, but it can't go away. I have 365 here. I can say for sure that VBA is included, and there aren't any notes or anything saying things like "deprecated" or "do not use". -- The Guide is definitive. Reality is frequently inaccurate. Thanks guys for the reply! Auric, if you create a macro in 365, what code does it generate? VBA or Typescrip? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
JJG wrote:
El jueves, 5 de noviembre de 2020 a las 19:38:35 UTC-3, Auric__ escribió: dpb wrote: On 11/5/2020 11:49 AM, JJG wrote: Hi. I have Excel 2013 and I program with VBA. Anyone know if VBA would be in the latest versions of Excel? In version 365, macro automation creates Typecript code. VBA works in the latest version. Regards. MS cannot possibly drop support for VBA -- too much code out there relies on it. They may choose to feature something else, but it can't go away. I have 365 here. I can say for sure that VBA is included, and there aren't any notes or anything saying things like "deprecated" or "do not use". Thanks guys for the reply! Auric, if you create a macro in 365, what code does it generate? VBA or Typescrip? VBA, when recording a macro. The editor is still the normal VBA editor, and doesn't support any other language AFAICT. I don't even know where/how to look for typescript. Searching the help system returns no relevant results. VBA is the only thing that keeps me on "modern" Excel. If they remove it, I'll probably drop back to Office 2007. Or maybe 2000, the majority of my code runs there. ....I might do that anyway. -- - How has humanity lasted this long? - Because sharks can't walk. |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 8-Nov-2020 11:06 am, Auric__ wrote:
JJG wrote: El jueves, 5 de noviembre de 2020 a las 19:38:35 UTC-3, Auric__ escribió: dpb wrote: On 11/5/2020 11:49 AM, JJG wrote: Hi. I have Excel 2013 and I program with VBA. Anyone know if VBA would be in the latest versions of Excel? In version 365, macro automation creates Typecript code. VBA works in the latest version. Regards. MS cannot possibly drop support for VBA -- too much code out there relies on it. They may choose to feature something else, but it can't go away. I have 365 here. I can say for sure that VBA is included, and there aren't any notes or anything saying things like "deprecated" or "do not use". Thanks guys for the reply! Auric, if you create a macro in 365, what code does it generate? VBA or Typescrip? VBA, when recording a macro. The editor is still the normal VBA editor, and doesn't support any other language AFAICT. I don't even know where/how to look for typescript. Searching the help system returns no relevant results. VBA is the only thing that keeps me on "modern" Excel. If they remove it, I'll probably drop back to Office 2007. Or maybe 2000, the majority of my code runs there. ...I might do that anyway. I've been using Excel 2000 almost exclusively since 2000 or whenever it first appeared. I've occasionally had to use a more "modern" version of Excel and haven't liked it - I can't adjust to that ribbon. VBA with Excel 2000 seems to do everything I need, and I am not aware of any new feature in VBA in the more recent Excel versions from which I could benefit. Can anyone provide a good reason for upgrading? |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
malone wrote:
On 8-Nov-2020 11:06 am, Auric__ wrote: [snip] VBA is the only thing that keeps me on "modern" Excel. If they remove it, I'll probably drop back to Office 2007. Or maybe 2000, the majority of my code runs there. ...I might do that anyway. I've been using Excel 2000 almost exclusively since 2000 or whenever it first appeared. I've occasionally had to use a more "modern" version of Excel and haven't liked it - I can't adjust to that ribbon. VBA with Excel 2000 seems to do everything I need, and I am not aware of any new feature in VBA in the more recent Excel versions from which I could benefit. Can anyone provide a good reason for upgrading? Only if you want to open spreadsheets in the .xlsx format. I only upgraded to 2007 because my ex-sister-in-law gave me her old copy, when she upgraded to... uh... whatever the next version was. I have 365 now for various reasons. -- Who are you to deny her reality in favor of your own? |
#8
![]() |
|||
|
|||
![]()
Excel Programming with VBA Best Ebook, try the reference for everyone
Excel 2019 Power Programming with VBA https://www.readallbooks.org/book/ex...ming-with-vba/ Excel VBA 24-Hour Trainer 2nd Edition https://www.readallbooks.org/book/ex...r-2nd-edition/ |
#9
![]() |
|||
|
|||
![]()
VBA is not as dead as you think.
In 2020, VBA still shows twice as much interest as a popular programming language that can be used to automate Excel. (The most loved programming language is Rust. VBA shows 7 times the level of interest as Rust.) Regards, Jerry |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|