Feature Request:Clip Text at Cell Boundary

Im Jen 40 Reputation points
2026-08-24T02:55:04.42+00:00

Feature Request: Please add a cell formatting option to clip text at the cell boundary without requiring the adjacent cell to contain data. This would preserve column width, row height, and font size while preventing text from overflowing into empty neighboring cells. It would also be useful to expose this behavior through VBA, for example with a property such as Range. ClipText = True.

Microsoft 365 and Office | Excel | For business | Windows
0 comments No comments

Answer accepted by question author
Elena-VH 1,150 Reputation points Independent Advisor
2026-08-24T03:03:13.81+00:00

Dear @Im Jen

Thank you for taking the time to share this suggestion. I completely understand the value of having a dedicated option to clip text at the cell boundary without requiring adjacent cells to contain data.

As Microsoft continuously reviews customer feedback when considering product improvements, I would encourage you to submit this suggestion directly through Excel's feedback channel by going to Help > Feedback. This ensures that the Microsoft product team can review your proposal and consider it for future development.

Moreover, to ensure your feedback reaches the right teams, I highly recommend submitting your feedback directly to Microsoft Ideas · Community, where the Microsoft product development team can know your requirements and ideas for product improvements.

Thank you again for sharing your idea. Feedback like yours helps Microsoft better understand real-world customer needs and prioritize enhancements that can improve the user experience for everyone. If you have any questions, please feel free to reach out.


If the answer is helpful, please click "Yes" and kindly upvote it. If you have extra questions about this answer, please click "Comment".   

Note: Please follow the steps in the documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

Answer accepted by question author

AI answer

2026-08-24T02:55:18.8966667+00:00

Excel currently does not provide a built-in cell formatting option to clip or truncate text at the cell boundary while keeping it on a single line. By design, cell text either overflows into adjacent empty cells or wraps when Wrap Text is enabled.

For a feature request, the supported path is to submit feedback through the Microsoft Feedback Portal.

For current workarounds:

  • Use Wrap Text if multi-line display is acceptable.
  • Use Shrink to fit if reducing font size is acceptable.
  • If the requirement is strict clipping behavior, that capability is not available as a native cell option based on the provided information.

The VBA material provided includes ShrinkToFit, but no supported Range.ClipText = True-style property for worksheet cells is shown. The only clipping-related overflow settings in the provided VBA and JavaScript references apply to text frames or shapes, not standard worksheet cell display.


AI-generated content may be incorrect. Read our transparency notes for more information.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.