Yes, we can get information from mssql by using excel vba. But the default port of MSSQL is 1433.
what about if the port number was changed ? Does it still can use to get information ?
The answer is "Yes"
Pleas follow:

Can you see that ?
For example, the default port number was changed to 7433, then we just
xxx.xxx.xxx.xxx,7433
Yes, just using " , " and with port number .
then you can get information,
