Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
8

Script to select cells in unrelated tables

Explorer ,
Dec 07, 2023 Dec 07, 2023

Hello,

I am wanting a script to select all the cells which are in a column with a header labeled Part #, in unrelated tables in one document.

TOPICS
How to , Scripting
233
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 07, 2023 Dec 07, 2023

It's possible to do a script that writes a csv file with the content of those columns. But you'd have to get someone to write the script for you, provide a sample of the file and a sample of the structure of the csv file.

Translate
Community Expert ,
Dec 07, 2023 Dec 07, 2023

That's not possible.

 

But in scripting, usually you don't need to select anything, you can address certain objects (such as all columns with a particular header) and operate on them.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 07, 2023 Dec 07, 2023
Ok, I wanted to somehow get all my part#s into an excel spreadsheet without
copying and pasting each individual table.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 07, 2023 Dec 07, 2023
LATEST

It's possible to do a script that writes a csv file with the content of those columns. But you'd have to get someone to write the script for you, provide a sample of the file and a sample of the structure of the csv file.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines