由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to solve this problem?
相关主题
save a VBA macro in excel using vbscript (转载)wscript
想问个EXCEL 的问题菜鸟请教VBScript操纵Microsoft Access问题。
macro and std:: function name clashing过去十年最成功的语言是JavaScript吧
师傅们,C++概念题,弟子有礼了如果以后打算创业的话,应该做些什么技术呢?前端?
convert mapped drive letter to full path in vbscript (转载)vbscript 转换excel文件到csv文件格式问题?
请问个 pdf / word问题dart写web ui实在是太爽了
关于windows简单编程,那种入门最好?Python至少还能管3年
Windows Virtual Machine编程? (转载)c++ define 一问
相关话题的讨论汇总
话题: solve话题: problem话题: line话题: vb话题: 10001th
进入Programming版参与讨论
1 (共1页)
f******g
发帖数: 423
1
I need to copy the 1st, 11st, 21st.... 10001th line from an excel spread
sheet to another, I guess using VB will be the best solution. any body can
help me? I will spend sometime to learn it later, but currently this task is
killing me.
t**m
发帖数: 263
2
find some api to read and write spread sheet data.

is

【在 f******g 的大作中提到】
: I need to copy the 1st, 11st, 21st.... 10001th line from an excel spread
: sheet to another, I guess using VB will be the best solution. any body can
: help me? I will spend sometime to learn it later, but currently this task is
: killing me.

h***s
发帖数: 19
3
MACRO?

is

【在 f******g 的大作中提到】
: I need to copy the 1st, 11st, 21st.... 10001th line from an excel spread
: sheet to another, I guess using VB will be the best solution. any body can
: help me? I will spend sometime to learn it later, but currently this task is
: killing me.

r****y
发帖数: 26819
4
VBscript is easiest way.

is

【在 f******g 的大作中提到】
: I need to copy the 1st, 11st, 21st.... 10001th line from an excel spread
: sheet to another, I guess using VB will be the best solution. any body can
: help me? I will spend sometime to learn it later, but currently this task is
: killing me.

f******g
发帖数: 423
5
I am using macro for the copy and paste line action. but I don't know how to
automatically find next line.
t*********s
发帖数: 5
6
under *nux, this is only one-line stuff
awk '!((NR-1)%10)' in.csv > out.csv

is

【在 f******g 的大作中提到】
: I need to copy the 1st, 11st, 21st.... 10001th line from an excel spread
: sheet to another, I guess using VB will be the best solution. any body can
: help me? I will spend sometime to learn it later, but currently this task is
: killing me.

1 (共1页)
进入Programming版参与讨论
相关主题
c++ define 一问convert mapped drive letter to full path in vbscript (转载)
hashtable question请问个 pdf / word问题
C 多线程的一个问题关于windows简单编程,那种入门最好?
a c++ question for templateWindows Virtual Machine编程? (转载)
save a VBA macro in excel using vbscript (转载)wscript
想问个EXCEL 的问题菜鸟请教VBScript操纵Microsoft Access问题。
macro and std:: function name clashing过去十年最成功的语言是JavaScript吧
师傅们,C++概念题,弟子有礼了如果以后打算创业的话,应该做些什么技术呢?前端?
相关话题的讨论汇总
话题: solve话题: problem话题: line话题: vb话题: 10001th