Forums › Forums › Superbase Classic, 2001, 3.x, 2.x, … › Superbase OLE to Excel
- This topic has 2 replies, 3 voices, and was last updated 4 years, 7 months ago by
Ian Macpherson.
- AuthorPosts
- July 28, 2020 at 8:07 am #3633
gus_62
ParticipantAre there some Superbase friends?,
I have a problem with ‘OLD Superbase’ and OLE. I want to mark the borders in some Excel-cells fat, but i don’t know the syntax:
st.Range(“A10:C10”).Select()
st.Selection.Borders(xlEdgeBottom).Weight = “xlMedium”It doesn’t work. Perhaps you know the correct syntax?!
Greetings
Gunther from germanyAugust 4, 2020 at 12:24 pm #3638Nikolaus
KeymasterHello Gunther,
I am afraid I cannot help you with OLE as that code is not maintained by us, as it is part of Microsoft Office. Hopefully, the following links will help you solve your issue:
https://docs.microsoft.com/en-us/office/vba/api/overview/excel/object-model
https://docs.microsoft.com/en-us/office/vba/api/excel.oleobjects
https://docs.microsoft.com/en-us/office/vba/api/excel.border.weightWarm Regards
NikSeptember 12, 2020 at 9:29 am #3645Ian Macpherson
Participanthello Did you eventually manage to find how to do the border with OLE ? Did you have a look at the ole example that was included with the install package ? It says in the Superbase documentation that if you record a Excel macro for what you want to do Superbase is capable of understanding it IF a couple of things are modfied or Added. If you get this message and want further information you can contact me directly at macpher*******@**ox.fr
For info Nikolaus who replied to you is the new Superbase NG project manager but he does not know the old Superbase I think. Best regards - AuthorPosts
- You must be logged in to reply to this topic.