08 2012 档案

摘要:html中文字格式两端对齐style代码:style=" text-align:justify;text-justify:distribute;" 阅读全文
posted @ 2012-08-16 11:57 helloyb 阅读(1116) 评论(0) 推荐(0)
摘要:把excle表中A列的url全部变成其对应超链接的宏代码如下:Sub test()For x = 2 To Range("a65536").End(xlUp).Row ActiveSheet.Hyperlinks.Add Cells(x, 1), Cells(x, 1).TextNextEnd Sub 阅读全文
posted @ 2012-08-16 11:55 helloyb 阅读(284) 评论(0) 推荐(0)