Jump to content

Recommended Posts

Posted (edited)

Hi to all,

 

I Hope someone can help me on how to solve this excel files.

I try to look all over the internet and none of them fit the way that I need it.

I had 20 workbook in 1 excel files. In every workbook has a Table in it. 

It is possible that the table format in excel where it is as it is will be place in auto cad smoothly? Meaning all the 20 workbook will be place in autocad,

The text style, spacing, size of table etc.,

 

Will be written as normally as it was done in autocad not in excel.

The table that I'm referring to, see Image attach. I also attach the excel file,which it has only 1 workbook.

 

Thank you in advance.

 

 

 

See Image 

Excel Table.PNG

Load sched 1.xlsx

Edited by Mystogan
Posted (edited)

Duplicating the table is feasible the only thing is getting the properties of the cells rows etc I have seen a post about getting row heights text style etc will try to find again. Need the get property property variable name. 

 

In Autocad would use vlax dump to look at table cell properties. need the .property name in particular the merge cell method. 

 

Some one may have a ".properties" list.  eg  .RowHeight .Value

 

Did some digging .ismerged, 

If .Range("B6").MergeCells Then
            Debug.Print .Range("B6").MergeArea.Address
        End If

This is not a quick task . A small fee for code may be appropriate.

Edited by BIGAL

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...