Word formatting vba code jobs
I'm seeking a seasoned academic writer with a strong background in Geosciences to assist in composing a research paper. Key requirements: - Proven experience in writing academic research papers, particularly in the field of Geophysics/Geology - Excellent research, writing, and editing skills - Ability to adhere to academic standards and deadlines - Familiarity with citation and formatting styles common in academia Your expertise in this specific field and your capability to convey complex ideas in a clear and persuasive manner will be crucial for the success of this project.
I'm looking for a minimalistic, monochrome logo for my brand, 'Virti'. Key requirements: - The logo should incorporate the word virti with an optional icon. - The design should be clean and simple, adhering to a minimalistic style. - it is for a construction training school it can include truck, cranes, forklift or heavy machinery icons. Ideal skills for the job: - Proficiency in graphic design software. - Experience in creating minimalistic designs. - Strong understanding of typography and iconography. Please include your portfolio with relevant examples of previous work. I look forward to seeing your designs!
...solution that utilizes Selenium to capture full page screenshots of both the search results page and the detail page. The screenshots need to be in PNG format. Ideal Skills and Experience: - Proficient in Python (or preferred language) and Selenium - Previous experience with full page screenshot implementation - Understanding of website structure and navigation - Familiarity with PNG screenshot formatting Search result page : :%224107%22,%22boolean%22:%22AND%22,%22bricks%22:%5B%7B%22_id%22:%224108%22,%22key%22:%22brandName%22,%22value%22:%22Adidas%22,%22strategy%22:%22Simple%22%7D%5D%7D&_=1737227989868&fg=_void_ Detail page :
I have a PDF file that I need typed up in Google Docs for documentation purposes. The file contains a mix of text and images and will require some specific formatting. Key Requirements: - Transcribing text and images from the PDF into Google Docs. - Using headings and subheadings to format the text as specified. Ideal Skills: - Proficiency in Google Docs. - Excellent typing skills. - Attention to detail to ensure accuracy in transcription. - Ability to follow specific formatting instructions.
Please Sign Up or Login to see details.
I have a PDF file that needs to be typed into a Microsoft Word document. The content is straightforward, without any special formatting requirements. Key details: - The PDF contains only text, with no tables, charts, or handwritten content. - The typed document should be in Microsoft Word. - Specific formatting is limited to standard paragraphs. Ideal candidates for this project should: - Have a keen eye for detail, ensuring that the content is transcribed accurately. - Be proficient in Microsoft Word. - Be able to type quickly and efficiently.
Please Sign Up or Login to see details.
...file: code = () # Auto-format the code according to PEP 8 formatted_code = autopep8.fix_code(code) # Save the formatted code to the file with open(file_path, 'w') as file: (formatted_code) print(f"Successfully formatted {file_path} according to PEP 8 standards.") except Exception as e: print(f"Error formatting file: {e}") if __name__ == "__main__": if len() < 2: print("Usage: python <path_to_python_file>") else: format_code([1]) How it works: Reading the file: It reads the Python file from the path passed as a command-line argument. Auto-formatting: The script use...
please clean up code in charity online raffle both in version 1 and version 2 and do all the requirements for the different provinces. Clean code milestone 1 $200 Login / Register / forgot password Raffle List Active / Raffle List Close milestone 2 $300 charity dashboard Staff dashboard Worker dashboard milestones 3 $200 Order ticket Payment gateway cleanup Order list in all dashboard Email templates clean up code please create one of milestone i will start
IMPORTANT: Start your proposal with the word "LAUNDRY" to show you've read this completely. Description: We need an expert in AI voice generation and optimization to create an exceptionally natural-sounding female narration for our 30-second commercial. This is NOT a job for human voice actors - we specifically want AI voice generation with professional enhancement to sound completely natural. What We Need: - Premium quality AI female voice narration - Natural emotional inflections and pacing - Professional editing and optimization Technical Requirements: 1. AI Voice Enhancement: - Tempo/speed optimization - EQ adjustments (treble/bass balance) - Natural pause insertion - Emotional emphasis tuning - Removal of robotic artifacts 2. Deliverables: ...
...timetables from images and websites of approximately 50-100 mosques around the UK every month. This task involves: 1. Visiting the website of each mosque to screenshot the timetable for the current month. 2. Using any reliable tool to extract the data (I can provide access to ExtractTable if needed). 3. Copying and pasting the table columns into a provided template file. 4. Ensuring that the formatting is correct, with columns in the right order and times in 24h format. 5. Sending the completed file back to me. It takes approximately 2-5 minutes per mosque and so, I will pay £0.10 - £0.20 per file completed correctly. That means if you complete 50 timetables over 2 hours, you will earn £5-10. There is an attached video of me completing the process for 1 mosque...
I am looking for a skilled developer to modify my existing online HTML, CSS and JavaScript editor. The enhancements should include: - Syntax Hig...looking for a skilled developer to modify my existing online HTML, CSS and JavaScript editor. The enhancements should include: - Syntax Highlighting: The editor should support syntax highlighting specifically for HTML, CSS, and JavaScript. - Live Preview: Users should be able to see a real-time preview of their code. In addition to these functionalities, the editor should also support integrations with various third-party plugins. Prior experience with creating or modifying online code editors will be a significant advantage. A strong understanding of HTML, CSS, and JavaScript is essential. Please share your relevant experience ...
Editar un documento Word profesional con las indicaciones que ha dado el cliente
Project Overview: I have a working Flask application that utilizes VOSK for speech-to-text (STT), Wikipedia-API for retrieving query information, and gTTS for text-to-speech (TTS). I want to replace gTTS with Piper TTS to enable offline functionality. Must have Piper experience. The project involves: Installing Piper TTS on a Raspberry Pi 5 (linux) with Python 3.11. Integrating Piper into the existing simplified Flask app. Allowing runtime configuration of Piper settings through the Flask UI. Providing step-by-step installation instructions for Piper on Raspberry Pi 5. (linux) Project Requirements: Piper Installation on Raspberry Pi 5: (linux) Current setup python3 -m venv venv source venv/bin/activate # On Windows: venvScriptsactivate Install Required Python Packages: Run the follo...
I'm looking to have a QR code created that links to my contact information. This QR code should primarily include: - My Facebook details - My Instagram details Please note, the QR code should be aesthetically pleasing and easy to scan. Experience with QR code generation and graphic design would be an asset.
I'm looking for a professional to write Arduino code for controlling a single digit LED display with a Radio Frequency (RF) remote. The display will be showing numeric values. Key Requirements: - Develop Arduino code to control the LED display via an RF remote. - Ensure the code allows for seamless display of numeric values. I don't have an existing RF receiver module, so I would appreciate recommendations for suitable hardware. Ideal candidates for this project should have extensive experience in Arduino programming, RF technology, and LED displays.
I need assistance with my Excel VBA and Python integration. I can open a Colab Notebook from VBA, but I'm having trouble getting the code to execute automatically upon opening the Notebook. VBA-code: Sub StartColabScript() Dim colabLink As String colabLink = "" colabLink End Sub I cant get this code to run my Python-script. I also tried: # Add code to Colab Notebook !python /path/to/ !python (I dont know if the Notebook is called the right way. The name of my workbook is: Ny241028Hent33Tickers3Blokke5y I guess its .py How do I refer to this workbook from VBA, and how do I get to autoexecute
I need a professional translator to convert my divorce decree from Polish to English. The document is less than 5 pages long and does not require any special formatting, just a standard format. The ideal candidate should have: - Proficient understanding of both Polish and English. - Previous experience translating legal documents, particularly divorce decrees. - Ability to deliver a clear and accurate translation in a timely manner. Please provide a quote and estimated delivery time. Thank you!
...Microsoft Word format. These interviews involve a researcher and various participants, and span across 20 audio files. Key Details: - Interview Length: Majority of the interviews are about 5 minutes, with 1 or 2 extending to 10 minutes. - Research Questions: There are 16 questions posed by the researcher throughout the interviews. - File Format: All transcriptions need to be delivered in Microsoft Word. - Timestamps: Yes, I require timestamps for each question and answer. - Transcription Style: Clean verbatim. This means removing filler words but capturing the content accurately. Ideal Skills and Experience: - Proficiency in transcription with attention to detail. - Experience with clean verbatim transcription. - Ability to accurately timestamp content. - Proficient in M...
I need a Python developer to integrate a Telegram bot with Python code that will execute predefined terminal commands. The system should take messages which are broadcasted to the bot and execute the corresponding command. Key Requirements: - Python programming skills - Experience with Telegram bot development - Familiarity with terminal commands - Knowledge of MySQL for querying The primary goal of this project is to automate the execution of specific tasks via the Telegram bot. The user will interact with the system by sending MySQL queries, which the bot will interpret and respond to. The ideal freelancer for this project should be able to help me with the following: - Executing predefined commands - Using MySQL queries to trigger these commands - Ensuring the system can take m...
I'm in need of a seasoned professional who can establish a brand new forum focused on travel, specifically catering to business travellers. Your task will be to implement effective strategies to get it off the ground and attract the target audience. Your response must include the word "lollipop" to demonstrate that you have read this job description thoroughly. Key Responsibilities: - Develop a forum with a focus on adventure travel - Implement strategies for user acquisition and engagement Ideal Skills and Experience: - Proven track record of creating and launching successful online forums - Deep understanding and passion for adventure travel - Excellent communication and marketing skills - Ability to demonstrate serious commitment to the project
...solution that utilizes Selenium to capture full page screenshots of both the search results page and the detail page. The screenshots need to be in PNG format. Ideal Skills and Experience: - Proficient in Python (or preferred language) and Selenium - Previous experience with full page screenshot implementation - Understanding of website structure and navigation - Familiarity with PNG screenshot formatting Search result page : :%224107%22,%22boolean%22:%22AND%22,%22bricks%22:%5B%7B%22_id%22:%224108%22,%22key%22:%22brandName%22,%22value%22:%22Adidas%22,%22strategy%22:%22Simple%22%7D%5D%7D&_=1737227989868&fg=_void_ Detail page :
I need an expert to convert my mixed content MS Word document into a PDF that meets all the necessary specifications from for printability. Key requirements: - Ensure all images and graphics are of suitable resolution. - Follow all specifications to ensure the PDF can be uploaded and printed without issues. - The document is a book, so attention to detail is crucial. - Book is indexed; Page numbers must remain the same as in original MS Word doc. Ideal skills: - Proficient in MS Word for Mac and PDF formatting. - Previous experience with specifications is highly desirable. - Strong attention to detail.
...Data, and I’d like to integrate LLMs into the existing approach to expand its capabilities. Project Scope: Review the provided article and its accompanying code. Understand the existing deep learning methods used for outlier detection on tabular and image data. Enhance the code by integrating features leveraging LLMs. Potential directions could include: Using LLMs to detect outliers by analyzing context within textual metadata. Creating a natural language interface for explaining anomalies detected in tabular or image data. Any other innovative approach that combines LLMs and deep learning for outlier detection. Deliverables: Modified code with LLM integration. Documentation explaining the modifications and how LLMs enhance the detection process. A brief pr...
I'm in need of a professional with proven experience in importing and mapping external CCTV data into InfoAsset Manager. Key Responsibilities: - Import and map CCTV survey data into InfoAsset Manager. - Ensure data accuracy, integrity, and proper formatting during the import process. - Use InfoAsset Manager’s Open Data Import Centre to facilitate data migration. - Troubleshoot and resolve issues related to data formatting or mapping errors. - Collaborate with our internal team to ensure all required information is properly integrated and accessible. Requirements: - Proven experience working with InfoAsset Manager Suite, including data import and management. - In-depth knowledge of data formats such as CSV, GIS, STC25/26, PACP, and MSCC XML. - Strong ...
I'm looking for a skilled freelancer to create a Word document company profile for me. The profile should have a creative and modern style, and should include the following sections: - Company History: A brief overview of our company's journey, milestones, and achievements. - Services Offered: A comprehensive list of the services we provide, presented in an engaging way. The ideal candidate for this project should have: - Excellent writing skills - Proficiency in Microsoft Word - Experience in creating corporate documents - An understanding of modern design principles. Please provide examples of similar projects you've completed in your application.
Python and Visual Studio Code Data Processing Data Entry Web Scraping Data Mining The project involves creating a script to mine text data . Key Responsibilities: - Develop a text mining script that can efficiently extract and process data from various fields in the database. - The script should be able to handle large volumes of data and return results in a timely manner. Ideal Skills: - Proficiency in SQL and data mining techniques. - Experience with developing scripts for database text extraction. - Ability to work with large datasets.
I need a developer to build WhatsApp rotator features into a Laravel-based code from Codecanyon. The system should allow users to manage multiple WhatsApp numbers and allocate percentages to each. Key functionalities include: - Setting up multiple WhatsApp numbers - Allocating a percentage to each number - Integrating Pixel code options - Displaying statistics for the WhatsApp rotator - Allowing full admin access to edit the WhatsApp rotator in the Plan Statistics to be displayed primarily include the number of clicks per each WhatsApp number. Both users and admins should have the capability to view these statistics, while admins should have full access to all settings, including editing and deleting options. Ideal candidates should be proficient in Laravel, have experience...
I'm in need of a meticulous professional for mI am writing to express my strong interest i...writing to express my strong interest in the Data Entry Specialist position at ByteCraft. With my exceptional attention to detail, strong organizational skills, and passion for data accuracy, I am confident that I would be a valuable asset to your team. anual data entry from digital files into Word documents. Key Requirements: - Proficient in handling digital files, especially PDFs and Excel. - Excellent attention to detail to ensure accurate data entry. - Familiarity with Microsoft Word for formatting documents. Ideal Skills: - Previous experience in manual data entry. - Strong organizational skills to manage and sort data effectively. - Ability to meet deadlines wit...
I'm in need of a meticulous professional for manual data entry from digital files into Word documents. Key Requirements: - Proficient in handling digital files, especially PDFs and Excel. - Excellent attention to detail to ensure accurate data entry. - Familiarity with Microsoft Word for formatting documents. Ideal Skills: - Previous experience in manual data entry. - Strong organizational skills to manage and sort data effectively. - Ability to meet deadlines without compromising on quality.
...welcome guides. The guides will be based on a pre-existing .ai template, and your main task will be to copy content from a docx file into the template. You will be required to ensure everything is properly aligned and formatted, and that all content adheres to our brand style guide. Key Responsibilities: - Transfer provided content (text and images) into the template - Ensure proper alignment and formatting - Strictly follow our brand style guide - Be available to revisit and modify guides as needed Ideal Candidate: - Proficient in Adobe Illustrator - Has a keen eye for detail - Available for ongoing guidebook work to accommodate new apartments - Able to follow instructions from the start Compensation is £5 per completed guide, with the .ai file included. We will star...
I need an Excel sheet for tracking vacation plans in my department. The sheet should be divided into three categories: resident, specialist, and consultant, each having its own separate sheet. The tracking should be done on a weekly basis for 2025 Key Features: - Under each category, there should be a count of the ...category, there should be a count of the total remaining persons available. - I need to track for each person: their name and the dates of their vacation. - The sheets should use specific colors for each category: Red for residents, Green for specialists, and Blue for consultants. Ideal Skills: - Advanced Excel skills and experience in creating complex spreadsheets. - Knowledge of color coding and formatting in Excel. - Excellent attention to detail to ensure accurate...
I'm looking to create a small, colorful and vibrant eBook. The project entails preparing the cover, designing the interior pages, and writing down instructions and recipes as per the attached file. This will be written by Arabic and English Key Requirements: - Creating a captivatin...eBook cover - Designing balanced interior pages that effectively combine text and images - Incorporating photographs of recipes into the designs Ideal Skills & Experience: - Proven experience in eBook design - Strong graphic design skills - Ability to create vibrant and engaging designs - Experience in using photographs effectively within a balanced design - Familiarity with recipe writing and formatting Please refer to the attached file for further instructions and recipes. Looking forward...
...catalog format. Project Scope: 1. Review the websites of approximately 10 suppliers (the exact number may vary). 2. Extract and organize the following information for each product: • Product Name • Product Description • Specifications (if available) • Packaging Sizes (if applicable) • Images (downloaded from the website or product sheets) 3. Prepare one catalog per supplier, ensuring clear formatting and organization. 4. Deliver the catalogs in Excel, PDF, or another agreed-upon format. Requirements: • Strong attention to detail and ability to accurately extract and organize product data. • Experience in building catalogs or product lists (preferably in industries like food, pharma, cosmetics, or chemicals). • Ability to work ...
...Proficiency in PHP, JavaScript or any relevant programming language. - Experience in working with form handling and string manipulation. - Understanding of radio button implementation in forms. - Ability to deliver a clean, user-friendly interface. The work scoop The form is working perfect from the plugin wordpress admin page. The job is to make a function who update the word "customer_completed_order " The word customer_completed_order have to be updated with the selection from the form example: if( ! is_a( $order, 'WC_Order' ) || ! isset( $email_id ) || $email_id != 'customer_completed_order' ) { return $attachments; } <form action="" method="post" > <input type="radio" n...
R Code Authentication System for Schools The QR Code Authentication System is a professional, secure, and efficient solution designed for educational institutions to enhance security and streamline operations. This software provides a seamless way to track attendance and verify the identities of students and parents using QR codes. Developed with scalability and reliability in mind, it includes intuitive interfaces, robust functionality, and professional branding to meet the needs of modern schools. Key Features 1. QR Code Generation The system generates unique QR codes for parents and students: Parents retain a single QR code, even if they have multiple children. Each student has a unique QR code linked to their parent. QR codes are organized into fold...
Excel Data Cleaning: Removing duplicates, errors, and inconsistencies for accurate analysis. Excel Data Formatting: Organizing data into a clear and professional layout. Excel Dashboards: Creating interactive and visually appealing dashboards for data visualization. Excel VBA: Automating repetitive tasks and creating custom macros to save time. Pivot Tables and Charts: Summarizing and visualizing large datasets effectively. Data Analysis: Performing advanced calculations and trend analysis for insights. Conditional Formatting: Highlighting important data with rules and color coding. Formulas and Functions: Using advanced formulas (e.g., VLOOKUP, INDEX-MATCH) for dynamic calculations. Data Validation: Ensuring data accuracy with dropdown lists and validation rules. Exce...
I'm in need of assistance with data entry from PDFs related to Flipkart. The task primarily involves extracting product details from these PDFs. Specifics of the job: - You will be responsible for entering product names and descriptions from the PDFs into a Word document. - Attention to detail is paramount, as accuracy in data entry will be key to the success of this project. Ideal skills and experience: - Proficiency in data entry - Familiarity with Word - Good attention to detail - Previous experience with product data preferred
...economist to assist in the research and writing of a paper. The focal point of this project is macroeconomics within the broader field of economics. Key Requirements: - Extensive understanding of macroeconomic principles and theories. - Ability to conduct theoretical analysis, empirical analysis, and case studies. - Strong research and academic writing skills. - Familiarity with academic paper formatting and citation styles. Your responsibilities will include: - Assisting in the research of macroeconomic data and case studies. - Helping to formulate theoretical analyses. - Co-writing and editing the paper to ensure clarity, coherence, and academic rigor. The ideal candidate will have a strong background in economics, with a particular focus on macroeconomics. They will also h...
Need help uploading JavaScript web application code. Quick, 3-hour session. TeamViewer/Skype. £40/hour.
Need help uploading JavaScript web application code. Quick, 3-hour session. TeamViewer/Skype. £40/hour.
I need assistance in recovering data from my formatted SD card. The types of data I am primarily trying to recover are photos, folder structures, and documents. - There may be some new data written to the SD card post formatting, but I'm not entirely sure. Ideal candidates for this project should have experience in data recovery, especially from SD cards and should be able to handle various types of data including photos and documents. Skills in restoring folder structures would also be beneficial.
I'm experiencing logical errors in my AFL code, specifically with indicator calculations. The code involves Moving Averages. I need an expert to help me debug it. Ideal Skills and Experience: - Proficient in AFL (Amibroker Formula Language) - Strong understanding of Moving Averages - Excellent debugging skills - Experience with trading strategy implementation and signal generation
I'm looking for a professional to format my project report according to the following specifications: - Font: Times New Roman - Other formatting styles will be discussed upon selection. Ideal skills for this job include familiarity with common formatting styles (APA, MLA, Chicago), attention to detail, and experience in academic or professional report formatting.
I need a freelancer to convert a scanned PDF document into an MS Word document. The main requirement is that the Word document should be an exact replica of the PDF. This will involve more than just converting the text; it will require careful attention to detail to ensure that the formatting, layout, and other elements of the document are preserved as closely as possible. Ideal skills for this job include: - Proficiency in Microsoft Word - Attention to detail - Experience with document formatting and conversion Scanned pdf document to convert is 260 pages. Example page attached.
DO NOT APPLY IF YOU HAVENT WORKED WORKED WITH UNIFY OR CODE CLOUDS. I'm seeking a seasoned professional, ideally a current or former Code Clouds employee, with extensive experience in the Code Clouds and Unify framework. Your main tasks will involve: - Assisting with domain movements and pixel configurations - Managing domain transfers Skills and experience: - Prior work experience with Code Clouds and Unify framework
I need an image modified to change the fonts as specified. The "Eitilt Iolair Eitilt" section should be increased in size by around 50% and the first letter of each word should be capitalized. I also want to see different font options for this. The "Fly Eagles Fly" text also needs to be enlarged a bit more than it currently is, but keeping with the same font. This should all be done using Celtic Irish or Gaelic fonts. Ideal skills and experience for the job include: - Graphic design - Proficiency in font modification - Familiarity with Celtic fonts - Attention to detail - Ability to provide multiple font options
I'm seeking a skilled data entry professional to assist with cleaning and formatting my Excel spreadsheets. The primary task will be identifying and removing duplicates from the data sets. Ideal Skills: - Proficiency in Excel - Attention to detail - Experience in data cleaning and formatting Please bid only if you can deliver quality work promptly. Thank you!
I am looking for an experienced coder to convert my Arduino code to work with the Padauk PMS152. This is for a customized application aimed at enhancing my business operations. Key Responsibilities: - Retain and adapt the specific functionalities from the Arduino code: sensor data handling, communication protocols, and actuator control. - Ensure the converted code is optimized for a Padauk PMS152. The ideal candidate will have extensive experience with both Arduino and Padauk coding and a good understanding of developing custom applications for business purposes. Familiarity with sensor data handling and communication protocols is crucial. Please include in your proposal examples of similar projects you have completed.