Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am importing Excel data that has what seems to be blank cells but on closer
inspection I can see an apostrphe in the formula bar. That's not a problem because I have written a macro to identify apostrophes and clear the contents of these cells. The mystery is that when the same data is imported on a friend's computer with the same version of Excel the apostrophe does not appear in his formula bar (although they are still non-blank cells) and so my macro will not work on his computer since it doesn't see the apostrophes. Although I can write a different macro in his case, I am interested to know what setting in Excel is responsible for showing apostrophes in blank cells on some computers but not others. Thank you |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A leading apostrophe is treated as a formatting character. To the best of
my knowledge, there is no setting that would cause it not to be displayed in the formula bar if it exists. Perhaps you need to look at the data source and see if it contains such apostrophies. -- Regards, Tom Ogilvy "Ben" wrote in message ... I am importing Excel data that has what seems to be blank cells but on closer inspection I can see an apostrphe in the formula bar. That's not a problem because I have written a macro to identify apostrophes and clear the contents of these cells. The mystery is that when the same data is imported on a friend's computer with the same version of Excel the apostrophe does not appear in his formula bar (although they are still non-blank cells) and so my macro will not work on his computer since it doesn't see the apostrophes. Although I can write a different macro in his case, I am interested to know what setting in Excel is responsible for showing apostrophes in blank cells on some computers but not others. Thank you |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check ToolsOptionsTransition, and see if the Transition navigation keys
box is checked, if so, uncheck it. -- HTH Bob Phillips "Ben" wrote in message ... I am importing Excel data that has what seems to be blank cells but on closer inspection I can see an apostrphe in the formula bar. That's not a problem because I have written a macro to identify apostrophes and clear the contents of these cells. The mystery is that when the same data is imported on a friend's computer with the same version of Excel the apostrophe does not appear in his formula bar (although they are still non-blank cells) and so my macro will not work on his computer since it doesn't see the apostrophes. Although I can write a different macro in his case, I am interested to know what setting in Excel is responsible for showing apostrophes in blank cells on some computers but not others. Thank you |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just for info, that didn't affect the visibility of a leading apostrophe in
Excel 2003. -- Regards, Tom Ogilvy "Bob Phillips" wrote in message ... Check ToolsOptionsTransition, and see if the Transition navigation keys box is checked, if so, uncheck it. -- HTH Bob Phillips "Ben" wrote in message ... I am importing Excel data that has what seems to be blank cells but on closer inspection I can see an apostrphe in the formula bar. That's not a problem because I have written a macro to identify apostrophes and clear the contents of these cells. The mystery is that when the same data is imported on a friend's computer with the same version of Excel the apostrophe does not appear in his formula bar (although they are still non-blank cells) and so my macro will not work on his computer since it doesn't see the apostrophes. Although I can write a different macro in his case, I am interested to know what setting in Excel is responsible for showing apostrophes in blank cells on some computers but not others. Thank you |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
BTW, your macro should be flexible to cater for both situations. Check for a
leading apostrophe, and only clear it if there. No different macro required. -- HTH Bob Phillips "Bob Phillips" wrote in message ... Check ToolsOptionsTransition, and see if the Transition navigation keys box is checked, if so, uncheck it. -- HTH Bob Phillips "Ben" wrote in message ... I am importing Excel data that has what seems to be blank cells but on closer inspection I can see an apostrphe in the formula bar. That's not a problem because I have written a macro to identify apostrophes and clear the contents of these cells. The mystery is that when the same data is imported on a friend's computer with the same version of Excel the apostrophe does not appear in his formula bar (although they are still non-blank cells) and so my macro will not work on his computer since it doesn't see the apostrophes. Although I can write a different macro in his case, I am interested to know what setting in Excel is responsible for showing apostrophes in blank cells on some computers but not others. Thank you |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One day, I will install 2003 <G
Bob "Tom Ogilvy" wrote in message ... Just for info, that didn't affect the visibility of a leading apostrophe in Excel 2003. -- Regards, Tom Ogilvy "Bob Phillips" wrote in message ... Check ToolsOptionsTransition, and see if the Transition navigation keys box is checked, if so, uncheck it. -- HTH Bob Phillips "Ben" wrote in message ... I am importing Excel data that has what seems to be blank cells but on closer inspection I can see an apostrphe in the formula bar. That's not a problem because I have written a macro to identify apostrophes and clear the contents of these cells. The mystery is that when the same data is imported on a friend's computer with the same version of Excel the apostrophe does not appear in his formula bar (although they are still non-blank cells) and so my macro will not work on his computer since it doesn't see the apostrophes. Although I can write a different macro in his case, I am interested to know what setting in Excel is responsible for showing apostrophes in blank cells on some computers but not others. Thank you |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I had a formula that evaluated to "", and then converted to values, this
setting showed that apostrophe. (also xl2003) Tom Ogilvy wrote: Just for info, that didn't affect the visibility of a leading apostrophe in Excel 2003. -- Regards, Tom Ogilvy "Bob Phillips" wrote in message ... Check ToolsOptionsTransition, and see if the Transition navigation keys box is checked, if so, uncheck it. -- HTH Bob Phillips "Ben" wrote in message ... I am importing Excel data that has what seems to be blank cells but on closer inspection I can see an apostrphe in the formula bar. That's not a problem because I have written a macro to identify apostrophes and clear the contents of these cells. The mystery is that when the same data is imported on a friend's computer with the same version of Excel the apostrophe does not appear in his formula bar (although they are still non-blank cells) and so my macro will not work on his computer since it doesn't see the apostrophes. Although I can write a different macro in his case, I am interested to know what setting in Excel is responsible for showing apostrophes in blank cells on some computers but not others. Thank you -- Dave Peterson |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You've got another reply to your post in .excel
Ben wrote: I am importing Excel data that has what seems to be blank cells but on closer inspection I can see an apostrphe in the formula bar. That's not a problem because I have written a macro to identify apostrophes and clear the contents of these cells. The mystery is that when the same data is imported on a friend's computer with the same version of Excel the apostrophe does not appear in his formula bar (although they are still non-blank cells) and so my macro will not work on his computer since it doesn't see the apostrophes. Although I can write a different macro in his case, I am interested to know what setting in Excel is responsible for showing apostrophes in blank cells on some computers but not others. Thank you -- Dave Peterson |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe that is what Bob meant -- then I withdraw my comment as I actually
entered a single quote in the cell. -- Regards, Tom Ogilvy "Dave Peterson" wrote in message ... If I had a formula that evaluated to "", and then converted to values, this setting showed that apostrophe. (also xl2003) Tom Ogilvy wrote: Just for info, that didn't affect the visibility of a leading apostrophe in Excel 2003. -- Regards, Tom Ogilvy "Bob Phillips" wrote in message ... Check ToolsOptionsTransition, and see if the Transition navigation keys box is checked, if so, uncheck it. -- HTH Bob Phillips "Ben" wrote in message ... I am importing Excel data that has what seems to be blank cells but on closer inspection I can see an apostrphe in the formula bar. That's not a problem because I have written a macro to identify apostrophes and clear the contents of these cells. The mystery is that when the same data is imported on a friend's computer with the same version of Excel the apostrophe does not appear in his formula bar (although they are still non-blank cells) and so my macro will not work on his computer since it doesn't see the apostrophes. Although I can write a different macro in his case, I am interested to know what setting in Excel is responsible for showing apostrophes in blank cells on some computers but not others. Thank you -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Apostrophe in cell | Excel Discussion (Misc queries) | |||
Always have apostrophe | Excel Discussion (Misc queries) | |||
Delete apostrophe | Excel Discussion (Misc queries) | |||
Add apostrophe | Excel Worksheet Functions | |||
Add apostrophe | Excel Programming |