Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Копирование столбцов из .xls и сохранение в файл 
Author Message
Batya



PostPosted: Thu Dec 17, 2009 10:24    Post subject: Reply with quote

Andrey_A wrote:
Задача: Со второго листа записать в файл один столбец В

Если всё же решишь использовать vbs, то надо поменять
Code:
  'Убираем лишние данные
  objXL.Range("A1", "A65536" ).Delete
  objXL.Range("E1", "IV65536").Delete

на
Code:
  'Убираем лишние данные
  objXL.Range("A1", "A65536" ).Delete
  objXL.Range("B1", "IV65536").Delete

_________________
Нет, я не сплю. Я просто медленно моргаю.
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group