我試圖安裝PHP-ZIP(PHP 7.0)之後,但我遇到: Error: php71w-common conflicts with php-common-7.0.23-1.el7.remi.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --no
從MS Word文件中,我有一個VBA宏必須在不可見模式下打開Excel才能從中獲取數據。問題是,當我啓動宏時,它關閉了其他正在運行的Excel實例,並顯示'1004'運行時錯誤,說明_global對象的rows方法失敗>>。 Sub getDataFromExcel()
Dim List
Dim xlApp As Object
Dim xlBook As Ob