Hi! I'm stuck (mainly because I have nearly no clue on how VBA works) on the following problem.

Where I work, we have a Fluke 8845A digital multimeter. I'd like to acquire the data so that I can have them available in Excel later. It works with SCPI programming, but I don't know where to start.
However, it has a RS232-to-USB calbe included. With both that and the LAN port I've been able to communicate with it from Putty with a Telnet session for LAN and a serial session for RS232. Now, I also have FlukeView which is a proprietary software for generating reports. It added some plugins (or at least I think they're plugins) in Excel and when I go in the Developer tab - Insert - Other controls I have some choices. But Excel stops working when I insert almost all these modules. I tried with both the DMM connected and not connected, as well as with both the RS232 and LAN cable. Simply, nothing.

So, I'm asking for a VBA code that can somehow connect to the DMM and fetch data, either with SCPI or Telnet.

I also want to specify that I know nearly nothing on VBA, but I'm quite good in modifying existing code.

Thanks to anyone who will be able to put me in the right way!