Is txtname.text a value, or a string? the CStr function expects a value.
You could replace that line with:
Which would then cope with being passed either a value or a string.![]()
sheet1.Range("B4").Value = format(txtname.Text,"@")
Is txtname.text a value, or a string? the CStr function expects a value.
You could replace that line with:
Which would then cope with being passed either a value or a string.![]()
sheet1.Range("B4").Value = format(txtname.Text,"@")
let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source
If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE
Walking the tightrope between genius and eejit...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks