Anthony

Results 10 issues of Anthony

- [x] Add Script Formula - [ ] T-SQL Create Table - [x] T-SQL Insert Values - [ ] T-SQL Merge Values - [x] T-SQL Select Values - [x] T-SQL...

enhancement

- [x] Fix Separate Values button fails on column with all zero strings in C# version - [x] add keytips - [x] Change date format button to only work on...

enhancement

- [x] add new feature to insert value from ribbon combobox to datatable - [x] add keytips - [x] add Format Time Columns button - [ ] update script syntax...

enhancement

## Update Ribbon_Button.RefreshServerList() >add `Call` to the procedure reference ```vbnet Call Ribbon.ClearSheetContents(ws) ```

- [ ] convert button procedures

enhancement

https://msdn.microsoft.com/en-us/library/aa394350(v=vs.85).aspx ``` string Address; uint32 BufferSize = 32; boolean NoFragmentation = FALSE; uint32 PrimaryAddressResolutionStatus; string ProtocolAddress = ""; string ProtocolAddressResolved = ""; uint32 RecordRoute = 0; boolean ReplyInconsistency; uint32 ReplySize;...

enhancement

Use GetVisible procedure for groups and controls

enhancement

https://stackoverflow.com/questions/45848564/vba-serverxmlhttp-code-works-in-windows-7-but-fails-in-windows-10 This may be due to a firewall issue.

Set xmlHttp= New MSXML2.XMLHTTP60 ' works on Windows 7, Excel 2016 'Set xmlHttp= CreateObject("Microsoft.XMLHTTP") ' works on Windows 7, Excel 2016 'Set xmlHttp= CreateObject("MSXML2.XMLHTTP") 'Set xmlHttp= CreateObject("MSXML2.XMLHTTP.6.0") 'Set xmlHttp= CreateObject("MSXML2.serverXMLHTTP")

bug