--- title: "Newsletter Exchange: 2068 Tips — Removing Vu-Calc Print Coordinates" type: "article" slug: "newsletter-exchange-2068-tips-removing-vu-calc-print-coordinates" url: "http://localhost/article/newsletter-exchange-2068-tips-removing-vu-calc-print-coordinates/" markdown_url: "http://localhost/article/newsletter-exchange-2068-tips-removing-vu-calc-print-coordinates.md" published_at: "2026-03-14T12:41:39+00:00" modified_at: "2026-03-14T12:41:39+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Short BASIC program (run after loading Vu-Calc and exiting to BASIC) that blanks the row and column coordinate labels from the screen using PRINT AT before COPYing to printer. GOTO USR 0 restores Vu-Calc. Produces clean spreadsheet printouts without grid references." category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Barry Henley" slug: "barry-henley" taxonomy: "indiv" url: "http://localhost/indiv/barry-henley/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Barry Henley" slug: "barry-henley" taxonomy: "indiv" url: "http://localhost/indiv/barry-henley/" volume: "3" issue: "12" issues_articles: - id: 65873 title: "Timelinez v3 n12" type: "issue" url: "http://localhost/issue/timelinez-v3-n12/" pages: "4" pubdate: "December 1985" archive_link: false --- # Newsletter Exchange: 2068 Tips — Removing Vu-Calc Print Coordinates Short BASIC program (run after loading Vu-Calc and exiting to BASIC) that blanks the row and column coordinate labels from the screen using PRINT AT before COPYing to printer. GOTO USR 0 restores Vu-Calc. Produces clean spreadsheet printouts without grid references.