iT邦幫忙

paicheng0111 的所有最佳解答 106

Excel VBA控制IE問題

大概會是這樣 Dim webAs As object, webA As Object '略... Do While iee.readyState <&g...

2021-03-17 ‧ 由 darban 提問

c# 讀取有密碼保護的excel

有密碼保護的EXCEL檔案,好像不能用OLEDB的方式開啟。 你可能要參考 https://stackoverflow.com/a/37232899/62023...

2021-02-18 ‧ 由 sibulun 提問

VBA 新增Fram問題

大概會是 Private Sub CommandButton1_Click() Select Case True Case U...

2021-01-20 ‧ 由 sam22345 提問

[VBA] 跨模組 import 一定要用到public嗎

該public功能會在excel使用者點選巨集功能時出現在選項中 如果你只是不想讓巨集出現在選項中的話,可以試試看為該Sub加上dummy argument...

2021-01-09 ‧ 由 bill0704 提問

區間日期生成VBA

Sub listLeave() Dim d As Date, startDate As Date, endDate As Date Dim my...

2020-10-21 ‧ 由 AnakinTai 提問

Markdown的表格能不能向左對齊?

|天數|題目| |:---:|:---| |1|AAAAAAAA| |2|BBBBBBB| 天數 題目 1 AAAAAAAA 2 BBBBB...

2020-09-17 ‧ 由 小魚 提問

【已解決】EXCEL VBA 另存新檔問題

Workbook.SaveAs 方法 (Excel) 利用SAVE,SaveAs,SaveAs方法保存工作薄

2020-06-28 ‧ 由 whitejason05 提問

excel 執行時間

Sub Main() Dim start As Date start = now() Call A Call B Ca...

2020-06-15 ‧ 由 wsj 提問

vba 搜尋比對 填入值

如果你在圖1可以加上一欄helper的話,根本不用寫VBA。用INDEX+MATCH就可以了。

2020-05-08 ‧ 由 yes00999 提問