ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,715
- Office Version
- 2007
- Platform
- Windows
Morning,
I understand this might not help without supplying you code etc but not sure what to supply.
I have a worksheet which column O is a value & formatted as currency.
First row is 6 & the cell shows example 65.00
I open my userform where all the text boxes pull the information from each cell on the worksheet.
This is my issue, row 6 column O shows 65.00 "CUSTOMER A" so when i open my userform i expect to see in the textbox in question 65.00 BUT i only see 65
Looking at the code i see nothing for which might only format say row 7 onwards thus row 6 not applied correctly.
As a test i added a new row on the worksheet so now the test is row 6 "CUSTOMER B"and in column O ive entered 99.00
I open the userform but i only see 99 for CUSTOMER B
BUT if i then look at CUSTOMER A it now show 65.00
Delete CUSTOMER B on the worksheet so now CUSTOMER A is at row 6 again & userform shows 65 again & not 65.00
So my issue is row 6 but checking all the code i cant find anything that might not include row 6
Any advice for how i can fix this.
Many Thanks
I understand this might not help without supplying you code etc but not sure what to supply.
I have a worksheet which column O is a value & formatted as currency.
First row is 6 & the cell shows example 65.00
I open my userform where all the text boxes pull the information from each cell on the worksheet.
This is my issue, row 6 column O shows 65.00 "CUSTOMER A" so when i open my userform i expect to see in the textbox in question 65.00 BUT i only see 65
Looking at the code i see nothing for which might only format say row 7 onwards thus row 6 not applied correctly.
As a test i added a new row on the worksheet so now the test is row 6 "CUSTOMER B"and in column O ive entered 99.00
I open the userform but i only see 99 for CUSTOMER B
BUT if i then look at CUSTOMER A it now show 65.00
Delete CUSTOMER B on the worksheet so now CUSTOMER A is at row 6 again & userform shows 65 again & not 65.00
So my issue is row 6 but checking all the code i cant find anything that might not include row 6
Any advice for how i can fix this.
Many Thanks