Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3354

Re: how to get data from a me1m transaction to excel through scripting

$
0
0

Ok, here a littlte Excursion how to specify a variable:


In your "Example"

 

Dim grid,colvalues,v_text as object,    

 

only grid is declared as Object - everything else becomes a Variant-

So you have to do like this:

 

Dim grid as Object

Dim colvalues 'can be blank!

Dim v_text as String

 

PS: You can switch of the Variable-Declaration:

 

Option Explicit Off

This should work ...


Viewing all articles
Browse latest Browse all 3354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>