The message width and height is limited and cannot be altered The maximum width and height is specified as a percentage of the screen size which defaults to: 80% width and 90% height (hardly ever used ...
I have recently been messing with a small piece of code in VBA-Access that can send / recieve small text-strings over a network. I finally got it to work, but forgot to think ahead :facepalm: . Right ...
I would like to get data from a JSON-Object, that I got from a Rest-API, with VBA to display some data into an Excel-Worksheet. I have the following JSON-Object ...
I can't believe how difficult this seemingly simple task has turned out to be. I need to be able to get a date value stored in an Excel spreadsheet (say, C Temp\file.xls) in cell B28, and put that ...