Excel make text vertical

Is it possible to make text vertical in an excel cell?

Hey,

I’ve found it easiest to have a macro that I run in Excel after I’ve exported the data…

The VBA code is simple and runs extremely quickly… Particularly if you have lots of formatting across lots of sheets…

image

Hope that helps,

Mark

Thanks mark. Im really hopping to sort this all from dynamo. Finding out the method is great though! Might be able to adjust some of the BB excel nodes to do it

1 Like

This is the cell property to apply using the Microsoft Interop Excel library:

Having delved into it a bit myself, it’s a bit on the complex side and needs a good knowledge of Python and working with an API docs that isn’t of the Revit variety. Bumblebee is a bit difficult to repackage as it depends on a Python library that ships with the package, so if you use its code without Bumblebee available it will generally fail to run.

2 Likes

Good to know. That sounds like me out :joy: Ill still try tinker a bit with BB

2 Likes