Microscopic text in a userform text field

rizzo93

Active Member
Joined
Jan 22, 2015
Messages
299
Office Version
  1. 365
I've created a userform with three text fields, all of which are identical in terms of font and size.

When I pull in the text from a worksheet, just one of those fields displays the text you can only view with a microscope.

I've checked and rechecked the properties and I can't find anything that would cause this.

Anyone know of a solution, please?

(And by the way, is there any way to insert an image from my computer to a post here? I wanted to include a screenshot as a visual aid, but I can only insert a URL.)
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Thanks for replying, mikerickson.

Calibri, regular, 11pt.

Get Data is:
ScopeFlexValues.Text = Cells(16, c + 2)
ScopeReasons.Text = Cells(17, c + 2)
ScheduleFlexValues.Text = Cells(16, c + 4)
ScheduleReasons.Text = Cells(17, c + 4)
CostFlexValues.Text = Cells(16, c + 6)
CostReasons.Text = Cells(17, c + 6)


Put Data is:
Cells(16, c + 2) = ScopeFlexValues.Text
Cells(17, c + 2) = ScopeReasons.Text
Cells(16, c + 4) = ScheduleFlexValues.Text
Cells(17, c + 4) = ScheduleReasons.Text
Cells(16, c + 6) = CostFlexValues.Text
Cells(17, c + 6) = CostReasons.Text
 
Upvote 0

Forum statistics

Threads
1,214,986
Messages
6,122,611
Members
449,090
Latest member
vivek chauhan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top