vba tag

72 questions


1 answers
38 views
0
I also want to get the line number with the Select statement by ADODB.

Excel VBA ADODB retrieves sheet information in SELECT statements.The original data is as follows.TableA TableB And the code is as follows:Dim myCon As Object Dim myRS As Object Set myCon=CreateObject(...

vba
2 years ago

1 answers
43 views
0
Is it possible to output Yaml from Excel table using VBA?

That's right.I could find an article converting Excel tables to JSON, but I couldn't find any information converting them to Yaml.If anyone knows, please let me know.

2 years ago
« - 8 -

© 2024 OneMinuteCode. All rights reserved.