下面的图片必须附有图片。
The part i need to get help with the regarding the VBA code.
我希望能够在sheet1
下撰写新评论然后按下按钮"加载新评论" ,按下按钮会发生什么:
如有任何新评论 将信息(新评论和工作订单)复制到第一个"免费行"中的sheet2; (工作订单下的工作订单和评论的新评论)
Sort Sheet2.Column.Number
,编号最高。
然后清除Sheet1.column
"新评论"
答案 0 :(得分:1)
I'm not sure if you are aware of this, but everything which can be written in a VBA macro, can also be recorded. I'm advising you to record a macro while you are manually adding your comments, and see in the VBA editor what the recorded macro looks like.