Share via

Sharing Excel & Using Textboxes

Anonymous
2015-04-03T17:21:13+00:00

Hello,

I know that the textbox feature is turned off when sharing an Excel file.  I'm just wondering if there is anyway to overcome that.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Kevin Jones 7,265 Reputation points Volunteer Moderator
    2015-04-03T18:37:56+00:00

    When I mentioned that text box controls were ActiveX controls above I was correct but you are using the shape text box, not the ActiveX control.

    The limitation still applies: they are disabled when sharing.

    There are no alternatives of which I am aware.

    Workbook sharing is also not reliable and is known for causing workbook corruption.

    Will the users be OK without sharing the workbook?

    If not, then you will have to come up with something more creative such as formatting a range of cells to act as the bulleted notes entry area.

    Kevin

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-04-03T18:12:19+00:00

    Hello,

    Textbox is the preference of the spreadsheet users since it offers more formatting functionality vs. a cell.  Or textboxes are easier to use for the spreadsheet users for formatting vs. making format changes in a cell.  They want to use things like bullets or indenting, etc. 

    On the userform front, I haven’t educated myself enough to bullet a userform.  However, all people will want to do is type in the file for userform, like in Microsoft word.

    Was this answer helpful?

    0 comments No comments
  3. Kevin Jones 7,265 Reputation points Volunteer Moderator
    2015-04-03T17:56:29+00:00

    Don't use the text box control is the most obvious solution. It's an ActiveX control anyway which is known to cause problems such as workbook corruption.

    Why are you using text box controls when data can be entered directly into a cell?

    Have you considered using user forms?

    Kevin

    Was this answer helpful?

    0 comments No comments