Good Day
I m trying to capture MAC Addresses on computer onto a user form.
When capturing the NAC Address the cell is returning a value of True whereas I want the cell to display the MAC Address.
My code is as follows:
[CODEws.Cells(iRow, 40).Value = Me.TextBox77.Value = Format(Me.TextBox77.Value, "MM:MM:MM:SS:SS:SS")][/CODE]
I would prefer that on my Userform Textbox77 be shown as 00:00:00:00:00:00
Thanks
I m trying to capture MAC Addresses on computer onto a user form.
When capturing the NAC Address the cell is returning a value of True whereas I want the cell to display the MAC Address.
My code is as follows:
[CODEws.Cells(iRow, 40).Value = Me.TextBox77.Value = Format(Me.TextBox77.Value, "MM:MM:MM:SS:SS:SS")][/CODE]
I would prefer that on my Userform Textbox77 be shown as 00:00:00:00:00:00
Thanks