VBA Insert top border for a row when cell content is different from the last row. Sub Macro1() ' Dim strText As String Dim strText2 As String i = 2 For i = 2 To 4000 strText = Cells(i, 5).Value strText2 = Cells(i + 1, 5).Value If (strText <> strText2) Then Rows(i + 1).Select Selection.Borders(xlDiagonalDown).LineStyle = xlNone Selection.Borders(xlDiagonalUp).LineStyle = xlNone Selection.Borders(xlEdgeLeft).LineStyle = xlNone With Selection.Borders(xlEdgeTop) ...
發表文章
Type-over text (Overtype mode)
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
Applies To : Project Standard 2007 Excel 2007 Word 2007 Outlook 2007 Access 2007Project 2007 Typing text become overwrite in Word Try to use INSERT key but still not working as expected? Try to disable in option. On the File Menu Click Options Click Advanced Uncheck the option " Use overtype mode " Reference: https://support.office.com/en-us/article/Type-over-text-Overtype-mode-2fe125af-505f-4ce7-bbea-f0e64e381e75?ui=en-US&rs=en-US&ad=US&fromAR=1#bm14
Change the Normal template (Normal.dotm) - Make changes on default word document styles and layout
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
Applies To : Word 2016 Word 2013 Word 2010 Word 2007 The Normal.dotm template opens whenever you start Microsoft Word, and it includes default styles and customizations that determine the basic look of a document. On the File tab, click Open . Go to C:\Users\ user name \AppData\Roaming\Microsoft\Templates. Open the Normal template ( Normal.dotm ). Make any changes that you want to the fonts, margins, spacing, and other settings. You can use the same commands and features that you use to change a document — but remember that any changes that you make to Normal.dotm will be applied to documents that you create in the future. When you have finished, click the File tab, and then click Save . NOTE : If Normal.dotm is renamed, damaged, or moved, Word automatically creates a new version (which uses the original default settings) the next time that you start Word. The new version will not include any of the customizations that you made to the version that you renamed or move...
FND_GLOBAL.APPS_INITIALIZE
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
FND_GLOBAL.APPS_INITIALIZE is used for initializing the session before calling any public or private API’s in Oracle Ebusiness suite. Its not required for all the API’s but its recommended that you set this profile before making any calls to either private or public API. Listed below is a sample call to FND_GLOBAL.APPS_INITIALIZE function fnd_global.APPS_INITIALIZE(user_id=>l_user_id, resp_id=>l_resp_id, resp_appl_id=>l_resp_appl_id); l_user_id is the fnd user ID which will be utilized during the call. l_resp_id is the responsibility ID l_resp_appl_id is the responsibility application ID. You can use either sysadmin or use some user who has all the above listed responsibilities. For SYSADMIN, utilize the following query to get the respective values select fnd.user_id, ...
Move file in Oracle PL/SQL
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
Here is a example of dynamically define directory in PL/SQL, then use file utility UTL_FILE to move or rename a file. -- Defined DIR SELECT * FROM ALL_DIRECTORIES -- mv file DECLARE vdir VARCHAR2 (255); BEGIN vdir := '/source_dir' || '/sub_dir' ; EXECUTE IMMEDIATE 'CREATE OR REPLACE DIRECTORY SRC_DIR AS ''' || vdir || '''' ; vdir := '/dest_dir'||'/sub_dir'; EXECUTE IMMEDIATE 'CREATE OR REPLACE DIRECTORY DEST_DIR AS ''' || vdir || '''' ; UTL_FILE.FRENAME( 'SRC_DIR' , 'src_filename.ext' , 'DEST_DIR' , 'dest_filename.ext' ); END ;
Trello board
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
免費, 彈性, 視覺化的記事工具 按此登記 https://trello.com/cchei/recommend 支援 Android, iOS, Web 基本用 List View 顯示, 另有 Calendar View (可與 Sunrise 結合) 記事方式: 由Board, List, 與 Card 組成 Board - 類似一個 Project / 分類 List - 在 Board 底下的表 Card - 在 List 中的 Item Card 內還可以設定 due date , check list , label , attachment 也可多人共享, 同時編輯 免費帳戶有10MB
Dropbox 雲端服務
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
Dropbox,一個幾方便,又好用既免費服務。有無見過呢個 標誌? 它會將指定資料夾中的檔案,自動透過互聯網做同步 (Synchronize),當你有超過一台電腦,想將檔案同步,咁係非常之有用。當你去到唔同的電腦,只要有網絡,都可以取得自己的檔案。 咁同網上空間有乜分別? 分別係,只要安裝它的程式,它會自動,不用手動 Upload 與 Download。 就算有時候唔可以安裝軟件,都可以透過它的 Website 去 Upload / Download。 現時流動裝置盛行,如果你用 Android / iPhone / iPad / Black Berry,它都有推出相應版本的軟件,使你的智能手機,或者流動裝置都可以取得同一份的檔案。 除左係一個儲存空間,其實仲可以將檔案分享給別人,例如傳相片就好好用啦。 基本上用左 Dropbox,就可以唔需要透過 USB手指,或者 Email 方式,將檔案傳黎傳去,甚至乎連文件備份都可以做埋。 現在免費登記使用,就可以取得2GB空間,未使用既,可以用這 推薦連結 http://db.tt/jEpEQ78X 成為會員,你會取得額外250MB 空間,我也會有額外空間。 官方網址: http://www.dropbox.com 有些事項注意: 空間是有上限,免費服務只有2GB,唔夠可以透過不同途徑免費增加 (好像最多加至8GB),亦可以俾錢買空間,所以唔係太需要同步既檔案,就不要放進 Dropbox啊。 這是雲端服務,基本上它是取得了你的檔案,又經互聯網傳送,所以敏感資料最好先加密。 因為同步關係,同一檔案會存在於不同裝置,所以要預留空間。